|
10 | 10 | "prefix": "bal-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/lib/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 | "polyfills": ["zone.js", "zone.js/testing"], |
31 | 31 | "tsConfig": "projects/lib/tsconfig.spec.json", |
|
49 | 49 | "prefix": "app", |
50 | 50 | "architect": { |
51 | 51 | "build": { |
52 | | - "builder": "@angular-devkit/build-angular:application", |
| 52 | + "builder": "@angular/build:application", |
53 | 53 | "options": { |
54 | 54 | "outputPath": { |
55 | 55 | "base": "dist-demo" |
|
105 | 105 | "defaultConfiguration": "production" |
106 | 106 | }, |
107 | 107 | "serve": { |
108 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 108 | + "builder": "@angular/build:dev-server", |
109 | 109 | "configurations": { |
110 | 110 | "production": { |
111 | 111 | "buildTarget": "demo:build:production" |
|
117 | 117 | "defaultConfiguration": "development" |
118 | 118 | }, |
119 | 119 | "extract-i18n": { |
120 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 120 | + "builder": "@angular/build:extract-i18n", |
121 | 121 | "options": { |
122 | 122 | "buildTarget": "demo:build" |
123 | 123 | } |
124 | 124 | }, |
125 | 125 | "test": { |
126 | | - "builder": "@angular-devkit/build-angular:karma", |
| 126 | + "builder": "@angular/build:karma", |
127 | 127 | "options": { |
128 | 128 | "main": "projects/demo/src/test.ts", |
129 | 129 | "polyfills": "projects/demo/src/polyfills.ts", |
|
145 | 145 | }, |
146 | 146 | "cli": { |
147 | 147 | "analytics": false |
| 148 | + }, |
| 149 | + "schematics": { |
| 150 | + "@schematics/angular:component": { |
| 151 | + "type": "component" |
| 152 | + }, |
| 153 | + "@schematics/angular:directive": { |
| 154 | + "type": "directive" |
| 155 | + }, |
| 156 | + "@schematics/angular:service": { |
| 157 | + "type": "service" |
| 158 | + }, |
| 159 | + "@schematics/angular:guard": { |
| 160 | + "typeSeparator": "." |
| 161 | + }, |
| 162 | + "@schematics/angular:interceptor": { |
| 163 | + "typeSeparator": "." |
| 164 | + }, |
| 165 | + "@schematics/angular:module": { |
| 166 | + "typeSeparator": "." |
| 167 | + }, |
| 168 | + "@schematics/angular:pipe": { |
| 169 | + "typeSeparator": "." |
| 170 | + }, |
| 171 | + "@schematics/angular:resolver": { |
| 172 | + "typeSeparator": "." |
| 173 | + } |
148 | 174 | } |
149 | 175 | } |
0 commit comments