|
10 | 10 | "prefix": "ng", |
11 | 11 | "architect": { |
12 | 12 | "build": { |
13 | | - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 13 | + "builder": "@angular/build:ng-packagr", |
14 | 14 | "options": { |
15 | 15 | "project": "projects/ng-http-caching/ng-package.json" |
16 | 16 | }, |
|
25 | 25 | "defaultConfiguration": "production" |
26 | 26 | }, |
27 | 27 | "test": { |
28 | | - "builder": "@angular-devkit/build-angular:karma", |
| 28 | + "builder": "@angular/build:karma", |
29 | 29 | "options": { |
30 | 30 | "main": "projects/ng-http-caching/src/test.ts", |
31 | 31 | "tsConfig": "projects/ng-http-caching/tsconfig.spec.json", |
|
58 | 58 | "prefix": "app", |
59 | 59 | "architect": { |
60 | 60 | "build": { |
61 | | - "builder": "@angular-devkit/build-angular:application", |
| 61 | + "builder": "@angular/build:application", |
62 | 62 | "options": { |
63 | 63 | "outputPath": { |
64 | 64 | "base": "dist/ng-http-caching-demo" |
|
111 | 111 | "defaultConfiguration": "production" |
112 | 112 | }, |
113 | 113 | "serve": { |
114 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 114 | + "builder": "@angular/build:dev-server", |
115 | 115 | "configurations": { |
116 | 116 | "production": { |
117 | 117 | "buildTarget": "ng-http-caching-demo:build:production" |
|
123 | 123 | "defaultConfiguration": "development" |
124 | 124 | }, |
125 | 125 | "extract-i18n": { |
126 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 126 | + "builder": "@angular/build:extract-i18n", |
127 | 127 | "options": { |
128 | 128 | "buildTarget": "ng-http-caching-demochio:build" |
129 | 129 | } |
130 | 130 | }, |
131 | 131 | "test": { |
132 | | - "builder": "@angular-devkit/build-angular:karma", |
| 132 | + "builder": "@angular/build:karma", |
133 | 133 | "options": { |
134 | 134 | "main": "projects/ng-http-caching-demo/src/test.ts", |
135 | 135 | "polyfills": "projects/ng-http-caching-demo/src/polyfills.ts", |
|
162 | 162 | "schematicCollections": [ |
163 | 163 | "@angular-eslint/schematics" |
164 | 164 | ] |
| 165 | + }, |
| 166 | + "schematics": { |
| 167 | + "@schematics/angular:component": { |
| 168 | + "type": "component" |
| 169 | + }, |
| 170 | + "@schematics/angular:directive": { |
| 171 | + "type": "directive" |
| 172 | + }, |
| 173 | + "@schematics/angular:service": { |
| 174 | + "type": "service" |
| 175 | + }, |
| 176 | + "@schematics/angular:guard": { |
| 177 | + "typeSeparator": "." |
| 178 | + }, |
| 179 | + "@schematics/angular:interceptor": { |
| 180 | + "typeSeparator": "." |
| 181 | + }, |
| 182 | + "@schematics/angular:module": { |
| 183 | + "typeSeparator": "." |
| 184 | + }, |
| 185 | + "@schematics/angular:pipe": { |
| 186 | + "typeSeparator": "." |
| 187 | + }, |
| 188 | + "@schematics/angular:resolver": { |
| 189 | + "typeSeparator": "." |
| 190 | + } |
165 | 191 | } |
166 | 192 | } |
0 commit comments