|
10 | 10 | "prefix": "lib", |
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 | "tsConfig": "projects/plotly/tsconfig.lib.json", |
16 | 16 | "project": "projects/plotly/ng-package.json" |
|
22 | 22 | } |
23 | 23 | }, |
24 | 24 | "test": { |
25 | | - "builder": "@angular-devkit/build-angular:karma", |
| 25 | + "builder": "@angular/build:karma", |
26 | 26 | "options": { |
27 | 27 | "main": "projects/plotly/src/test.ts", |
28 | 28 | "tsConfig": "projects/plotly/tsconfig.spec.json", |
|
48 | 48 | "prefix": "app", |
49 | 49 | "architect": { |
50 | 50 | "build": { |
51 | | - "builder": "@angular-devkit/build-angular:application", |
| 51 | + "builder": "@angular/build:application", |
52 | 52 | "options": { |
53 | 53 | "outputPath": { |
54 | 54 | "base": "dist/demo_app" |
|
94 | 94 | "defaultConfiguration": "production" |
95 | 95 | }, |
96 | 96 | "serve": { |
97 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 97 | + "builder": "@angular/build:dev-server", |
98 | 98 | "configurations": { |
99 | 99 | "production": { |
100 | 100 | "buildTarget": "demo_app:build:production" |
|
106 | 106 | "defaultConfiguration": "development" |
107 | 107 | }, |
108 | 108 | "extract-i18n": { |
109 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 109 | + "builder": "@angular/build:extract-i18n", |
110 | 110 | "options": { |
111 | 111 | "buildTarget": "demo_app:build" |
112 | 112 | } |
113 | 113 | }, |
114 | 114 | "test": { |
115 | | - "builder": "@angular-devkit/build-angular:karma", |
| 115 | + "builder": "@angular/build:karma", |
116 | 116 | "options": { |
117 | 117 | "polyfills": [ |
118 | 118 | "zone.js", |
|
146 | 146 | "schematicCollections": [ |
147 | 147 | "@angular-eslint/schematics" |
148 | 148 | ] |
| 149 | + }, |
| 150 | + "schematics": { |
| 151 | + "@schematics/angular:component": { |
| 152 | + "type": "component" |
| 153 | + }, |
| 154 | + "@schematics/angular:directive": { |
| 155 | + "type": "directive" |
| 156 | + }, |
| 157 | + "@schematics/angular:service": { |
| 158 | + "type": "service" |
| 159 | + }, |
| 160 | + "@schematics/angular:guard": { |
| 161 | + "typeSeparator": "." |
| 162 | + }, |
| 163 | + "@schematics/angular:interceptor": { |
| 164 | + "typeSeparator": "." |
| 165 | + }, |
| 166 | + "@schematics/angular:module": { |
| 167 | + "typeSeparator": "." |
| 168 | + }, |
| 169 | + "@schematics/angular:pipe": { |
| 170 | + "typeSeparator": "." |
| 171 | + }, |
| 172 | + "@schematics/angular:resolver": { |
| 173 | + "typeSeparator": "." |
| 174 | + } |
149 | 175 | } |
150 | 176 | } |
0 commit comments