|
21 | 21 | "prefix": "app", |
22 | 22 | "architect": { |
23 | 23 | "build": { |
24 | | - "builder": "@angular-devkit/build-angular:application", |
| 24 | + "builder": "@angular/build:application", |
25 | 25 | "options": { |
26 | 26 | "outputPath": "dist/coreui-free-angular-admin-template", |
27 | 27 | "index": "src/index.html", |
|
74 | 74 | "defaultConfiguration": "production" |
75 | 75 | }, |
76 | 76 | "serve": { |
77 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 77 | + "builder": "@angular/build:dev-server", |
78 | 78 | "configurations": { |
79 | 79 | "production": { |
80 | 80 | "buildTarget": "coreui-free-angular-admin-template:build:production" |
|
86 | 86 | "defaultConfiguration": "development" |
87 | 87 | }, |
88 | 88 | "extract-i18n": { |
89 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 89 | + "builder": "@angular/build:extract-i18n", |
90 | 90 | "options": { |
91 | 91 | "buildTarget": "coreui-free-angular-admin-template:build" |
92 | 92 | } |
93 | 93 | }, |
94 | 94 | "test": { |
95 | | - "builder": "@angular-devkit/build-angular:karma", |
| 95 | + "builder": "@angular/build:karma", |
96 | 96 | "options": { |
97 | 97 | "polyfills": [ |
98 | 98 | "zone.js", |
99 | | - "zone.js/testing" |
| 99 | + "zone.js/testing", |
| 100 | + "@angular/localize/init" |
100 | 101 | ], |
101 | 102 | "tsConfig": "tsconfig.spec.json", |
102 | 103 | "karmaConfig": "karma.conf.js", |
|
113 | 114 | } |
114 | 115 | } |
115 | 116 | } |
| 117 | + }, |
| 118 | + "schematics": { |
| 119 | + "@schematics/angular:component": { |
| 120 | + "type": "component" |
| 121 | + }, |
| 122 | + "@schematics/angular:directive": { |
| 123 | + "type": "directive" |
| 124 | + }, |
| 125 | + "@schematics/angular:service": { |
| 126 | + "type": "service" |
| 127 | + }, |
| 128 | + "@schematics/angular:guard": { |
| 129 | + "typeSeparator": "." |
| 130 | + }, |
| 131 | + "@schematics/angular:interceptor": { |
| 132 | + "typeSeparator": "." |
| 133 | + }, |
| 134 | + "@schematics/angular:module": { |
| 135 | + "typeSeparator": "." |
| 136 | + }, |
| 137 | + "@schematics/angular:pipe": { |
| 138 | + "typeSeparator": "." |
| 139 | + }, |
| 140 | + "@schematics/angular:resolver": { |
| 141 | + "typeSeparator": "." |
| 142 | + } |
116 | 143 | } |
117 | 144 | } |
0 commit comments