|
15 | 15 | "prefix": "app", |
16 | 16 | "architect": { |
17 | 17 | "build": { |
18 | | - "builder": "@angular-devkit/build-angular:application", |
| 18 | + "builder": "@angular/build:application", |
19 | 19 | "options": { |
20 | 20 | "outputPath": { |
21 | 21 | "base": "staged/dist/", |
|
112 | 112 | "defaultConfiguration": "production" |
113 | 113 | }, |
114 | 114 | "serve": { |
115 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 115 | + "builder": "@angular/build:dev-server", |
116 | 116 | "configurations": { |
117 | 117 | "production": { |
118 | 118 | "buildTarget": "console-webapp:build:production" |
|
136 | 136 | "defaultConfiguration": "development" |
137 | 137 | }, |
138 | 138 | "extract-i18n": { |
139 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 139 | + "builder": "@angular/build:extract-i18n", |
140 | 140 | "options": { |
141 | 141 | "buildTarget": "console-webapp:build" |
142 | 142 | } |
143 | 143 | }, |
144 | 144 | "test": { |
145 | | - "builder": "@angular-devkit/build-angular:karma", |
| 145 | + "builder": "@angular/build:karma", |
146 | 146 | "options": { |
147 | 147 | "main": "src/test.ts", |
148 | 148 | "polyfills": "src/polyfills.ts", |
|
183 | 183 | "schematicCollections": [ |
184 | 184 | "@angular-eslint/schematics" |
185 | 185 | ] |
| 186 | + }, |
| 187 | + "schematics": { |
| 188 | + "@schematics/angular:component": { |
| 189 | + "type": "component" |
| 190 | + }, |
| 191 | + "@schematics/angular:directive": { |
| 192 | + "type": "directive" |
| 193 | + }, |
| 194 | + "@schematics/angular:service": { |
| 195 | + "type": "service" |
| 196 | + }, |
| 197 | + "@schematics/angular:guard": { |
| 198 | + "typeSeparator": "." |
| 199 | + }, |
| 200 | + "@schematics/angular:interceptor": { |
| 201 | + "typeSeparator": "." |
| 202 | + }, |
| 203 | + "@schematics/angular:module": { |
| 204 | + "typeSeparator": "." |
| 205 | + }, |
| 206 | + "@schematics/angular:pipe": { |
| 207 | + "typeSeparator": "." |
| 208 | + }, |
| 209 | + "@schematics/angular:resolver": { |
| 210 | + "typeSeparator": "." |
| 211 | + } |
186 | 212 | } |
187 | 213 | } |
0 commit comments