|
11 | 11 | "prefix": "app", |
12 | 12 | "architect": { |
13 | 13 | "build": { |
14 | | - "builder": "@angular-devkit/build-angular:application", |
| 14 | + "builder": "@angular/build:application", |
15 | 15 | "options": { |
16 | 16 | "outputPath": "dist/data-dashboard", |
17 | 17 | "index": "src/index.html", |
|
56 | 56 | "defaultConfiguration": "production" |
57 | 57 | }, |
58 | 58 | "serve": { |
59 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 59 | + "builder": "@angular/build:dev-server", |
60 | 60 | "configurations": { |
61 | 61 | "production": { |
62 | 62 | "buildTarget": "data-dashboard:build:production" |
|
68 | 68 | "defaultConfiguration": "development" |
69 | 69 | }, |
70 | 70 | "extract-i18n": { |
71 | | - "builder": "@angular-devkit/build-angular:extract-i18n" |
| 71 | + "builder": "@angular/build:extract-i18n" |
72 | 72 | }, |
73 | 73 | "test": { |
74 | | - "builder": "@angular-devkit/build-angular:karma", |
| 74 | + "builder": "@angular/build:karma", |
75 | 75 | "options": { |
76 | 76 | "polyfills": [ |
77 | 77 | "zone.js", |
|
166 | 166 | "prefix": "lib", |
167 | 167 | "architect": { |
168 | 168 | "build": { |
169 | | - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 169 | + "builder": "@angular/build:ng-packagr", |
170 | 170 | "options": { |
171 | 171 | "project": "projects/dashboard-core/ng-package.json" |
172 | 172 | }, |
|
181 | 181 | "defaultConfiguration": "production" |
182 | 182 | }, |
183 | 183 | "test": { |
184 | | - "builder": "@angular-devkit/build-angular:karma", |
| 184 | + "builder": "@angular/build:karma", |
185 | 185 | "options": { |
186 | 186 | "karmaConfig": "karma.conf.js", |
187 | 187 | "tsConfig": "projects/dashboard-core/tsconfig.spec.json", |
|
210 | 210 | "@cypress/schematic", |
211 | 211 | "@schematics/angular" |
212 | 212 | ] |
| 213 | + }, |
| 214 | + "schematics": { |
| 215 | + "@schematics/angular:component": { |
| 216 | + "type": "component" |
| 217 | + }, |
| 218 | + "@schematics/angular:directive": { |
| 219 | + "type": "directive" |
| 220 | + }, |
| 221 | + "@schematics/angular:service": { |
| 222 | + "type": "service" |
| 223 | + }, |
| 224 | + "@schematics/angular:guard": { |
| 225 | + "typeSeparator": "." |
| 226 | + }, |
| 227 | + "@schematics/angular:interceptor": { |
| 228 | + "typeSeparator": "." |
| 229 | + }, |
| 230 | + "@schematics/angular:module": { |
| 231 | + "typeSeparator": "." |
| 232 | + }, |
| 233 | + "@schematics/angular:pipe": { |
| 234 | + "typeSeparator": "." |
| 235 | + }, |
| 236 | + "@schematics/angular:resolver": { |
| 237 | + "typeSeparator": "." |
| 238 | + } |
213 | 239 | } |
214 | 240 | } |
0 commit comments