|
21 | 21 | "prefix": "c", |
22 | 22 | "architect": { |
23 | 23 | "build": { |
24 | | - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 24 | + "builder": "@angular/build:ng-packagr", |
25 | 25 | "options": { |
26 | 26 | "project": "projects/coreui-angular/ng-package.json" |
27 | 27 | }, |
|
36 | 36 | "defaultConfiguration": "production" |
37 | 37 | }, |
38 | 38 | "test": { |
39 | | - "builder": "@angular-devkit/build-angular:karma", |
| 39 | + "builder": "@angular/build:karma", |
40 | 40 | "options": { |
41 | 41 | "main": "projects/coreui-angular/src/test.ts", |
42 | 42 | "tsConfig": "projects/coreui-angular/tsconfig.spec.json", |
|
71 | 71 | "prefix": "c", |
72 | 72 | "architect": { |
73 | 73 | "build": { |
74 | | - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 74 | + "builder": "@angular/build:ng-packagr", |
75 | 75 | "options": { |
76 | 76 | "project": "projects/coreui-angular-chartjs/ng-package.json" |
77 | 77 | }, |
|
86 | 86 | "defaultConfiguration": "production" |
87 | 87 | }, |
88 | 88 | "test": { |
89 | | - "builder": "@angular-devkit/build-angular:karma", |
| 89 | + "builder": "@angular/build:karma", |
90 | 90 | "options": { |
91 | 91 | "main": "projects/coreui-angular-chartjs/src/test.ts", |
92 | 92 | "tsConfig": "projects/coreui-angular-chartjs/tsconfig.spec.json", |
|
121 | 121 | "prefix": "c", |
122 | 122 | "architect": { |
123 | 123 | "build": { |
124 | | - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 124 | + "builder": "@angular/build:ng-packagr", |
125 | 125 | "options": { |
126 | 126 | "project": "projects/coreui-icons-angular/ng-package.json" |
127 | 127 | }, |
|
136 | 136 | "defaultConfiguration": "production" |
137 | 137 | }, |
138 | 138 | "test": { |
139 | | - "builder": "@angular-devkit/build-angular:karma", |
| 139 | + "builder": "@angular/build:karma", |
140 | 140 | "options": { |
141 | 141 | "main": "projects/coreui-icons-angular/src/test.ts", |
142 | 142 | "tsConfig": "projects/coreui-icons-angular/tsconfig.spec.json", |
|
169 | 169 | }, |
170 | 170 | "@schematics/angular:component": { |
171 | 171 | "standalone": true, |
172 | | - "style": "scss" |
| 172 | + "style": "scss", |
| 173 | + "type": "component" |
173 | 174 | }, |
174 | 175 | "@schematics/angular:directive": { |
175 | | - "standalone": true |
| 176 | + "standalone": true, |
| 177 | + "type": "directive" |
176 | 178 | }, |
177 | 179 | "@schematics/angular:pipe": { |
178 | | - "standalone": true |
| 180 | + "standalone": true, |
| 181 | + "typeSeparator": "." |
| 182 | + }, |
| 183 | + "@schematics/angular:service": { |
| 184 | + "type": "service" |
| 185 | + }, |
| 186 | + "@schematics/angular:guard": { |
| 187 | + "typeSeparator": "." |
| 188 | + }, |
| 189 | + "@schematics/angular:interceptor": { |
| 190 | + "typeSeparator": "." |
| 191 | + }, |
| 192 | + "@schematics/angular:module": { |
| 193 | + "typeSeparator": "." |
| 194 | + }, |
| 195 | + "@schematics/angular:resolver": { |
| 196 | + "typeSeparator": "." |
179 | 197 | } |
180 | 198 | } |
181 | 199 | } |
0 commit comments