|
11 | 11 | "prefix": "app", |
12 | 12 | "architect": { |
13 | 13 | "build": { |
14 | | - "builder": "@angular-devkit/build-angular:application", |
| 14 | + "builder": "@angular/build:application", |
15 | 15 | "options": { |
16 | 16 | "outputPath": { |
17 | 17 | "base": "dist/openalprwebhookprocessor.client" |
|
88 | 88 | "defaultConfiguration": "production" |
89 | 89 | }, |
90 | 90 | "serve": { |
91 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 91 | + "builder": "@angular/build:dev-server", |
92 | 92 | "configurations": { |
93 | 93 | "production": { |
94 | 94 | "buildTarget": "openalprwebhookprocessor.client:build:production" |
|
103 | 103 | } |
104 | 104 | }, |
105 | 105 | "extract-i18n": { |
106 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 106 | + "builder": "@angular/build:extract-i18n", |
107 | 107 | "options": { |
108 | 108 | "buildTarget": "openalprwebhookprocessor.client:build" |
109 | 109 | } |
110 | 110 | }, |
111 | 111 | "test": { |
112 | | - "builder": "@angular-devkit/build-angular:karma", |
| 112 | + "builder": "@angular/build:karma", |
113 | 113 | "options": { |
114 | 114 | "polyfills": [ |
115 | 115 | "zone.js", |
|
145 | 145 | "schematicCollections": [ |
146 | 146 | "@angular-eslint/schematics" |
147 | 147 | ] |
| 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