Skip to content

Commit

Permalink
style(polish): removed ng-package.prod.json from angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Nov 11, 2018
1 parent 7eb7687 commit 92fc1b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 99 deletions.
85 changes: 0 additions & 85 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,6 @@
"options": {
"tsConfig": "libs/socketio-plugin/tsconfig.lib.json",
"project": "libs/socketio-plugin/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/socketio-plugin/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -463,11 +458,6 @@
"options": {
"tsConfig": "libs/tree/tsconfig.lib.json",
"project": "libs/tree/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/tree/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -784,11 +774,6 @@
"options": {
"tsConfig": "libs/app-confirm/tsconfig.lib.json",
"project": "libs/app-confirm/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/app-confirm/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -824,11 +809,6 @@
"options": {
"tsConfig": "libs/draggable/tsconfig.lib.json",
"project": "libs/draggable/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/draggable/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -864,11 +844,6 @@
"options": {
"tsConfig": "libs/breadcrumbs/tsconfig.lib.json",
"project": "libs/breadcrumbs/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/breadcrumbs/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -904,11 +879,6 @@
"options": {
"tsConfig": "libs/scroll-to-top/tsconfig.lib.json",
"project": "libs/scroll-to-top/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/scroll-to-top/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -944,11 +914,6 @@
"options": {
"tsConfig": "libs/scrollbar/tsconfig.lib.json",
"project": "libs/scrollbar/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/scrollbar/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -984,11 +949,6 @@
"options": {
"tsConfig": "libs/context-menu/tsconfig.lib.json",
"project": "libs/context-menu/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/context-menu/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -1024,11 +984,6 @@
"options": {
"tsConfig": "libs/theme-picker/tsconfig.lib.json",
"project": "libs/theme-picker/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/theme-picker/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -1092,11 +1047,6 @@
"options": {
"tsConfig": "libs/svg-viewer/tsconfig.lib.json",
"project": "libs/svg-viewer/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/svg-viewer/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -1132,11 +1082,6 @@
"options": {
"tsConfig": "libs/led/tsconfig.lib.json",
"project": "libs/led/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/led/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -1172,11 +1117,6 @@
"options": {
"tsConfig": "libs/chat-box/tsconfig.lib.json",
"project": "libs/chat-box/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/chat-box/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -1212,11 +1152,6 @@
"options": {
"tsConfig": "libs/json-diff/tsconfig.lib.json",
"project": "libs/json-diff/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/json-diff/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -1308,11 +1243,6 @@
"options": {
"tsConfig": "libs/loading-overlay/tsconfig.lib.json",
"project": "libs/loading-overlay/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/loading-overlay/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -1376,11 +1306,6 @@
"options": {
"tsConfig": "libs/notifications/tsconfig.lib.json",
"project": "libs/notifications/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/notifications/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -1444,11 +1369,6 @@
"options": {
"tsConfig": "libs/clap/tsconfig.lib.json",
"project": "libs/clap/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/clap/ng-package.prod.json"
}
}
},
"lint": {
Expand Down Expand Up @@ -1484,11 +1404,6 @@
"options": {
"tsConfig": "libs/image-comparison/tsconfig.lib.json",
"project": "libs/image-comparison/ng-package.json"
},
"configurations": {
"production": {
"project": "libs/image-comparison/ng-package.prod.json"
}
}
},
"lint": {
Expand Down
6 changes: 0 additions & 6 deletions libs/core/src/lib/core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { defaultMenu, demoMenu, adminMenu } from './menu-data';
import { PreferenceState } from './state/preference.state';
import { InMemoryDataService } from './services/in-memory-data.service';
import { ErrorInterceptor } from './interceptors/error.interceptor';
import { JwtInterceptor } from './interceptors/jwt.interceptor';
import { CustomRouterStateSerializer } from './state/custom-router-state.serializer';
import { WINDOW, _window } from './services/window.token';
import {MatSnackBarModule} from '@angular/material/snack-bar';
Expand Down Expand Up @@ -72,11 +71,6 @@ library.add(faTwitter, faGithub, faGoogle);
useClass: ErrorInterceptor,
multi: true,
},
// {
// provide: HTTP_INTERCEPTORS,
// useClass: JwtInterceptor,
// multi: true,
// },
{
provide: APP_INITIALIZER,
useFactory: noop,
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"update": "ng update @nrwl/schematics",
"update:check": "ng update",
"workspace-schematic": "./node_modules/.bin/nx workspace-schematic",
"dep-graph": "./node_modules/.bin/nx dep-graph",
"help": "./node_modules/.bin/nx help",
"// - API Serve": "API Serve",
"api:start": "ts-node -r tsconfig-paths/register apps/api/src/main.ts",
Expand Down

0 comments on commit 92fc1b3

Please sign in to comment.