|
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 | "project": "projects/ngx-angular-query-builder/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 | "main": "projects/ngx-angular-query-builder/src/test.ts",
|
31 | 31 | "tsConfig": "projects/ngx-angular-query-builder/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"
|
|
98 | 98 | "defaultConfiguration": "production"
|
99 | 99 | },
|
100 | 100 | "serve": {
|
101 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
| 101 | + "builder": "@angular/build:dev-server", |
102 | 102 | "configurations": {
|
103 | 103 | "production": {
|
104 | 104 | "buildTarget": "demo:build:production"
|
|
110 | 110 | "defaultConfiguration": "development"
|
111 | 111 | },
|
112 | 112 | "extract-i18n": {
|
113 |
| - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 113 | + "builder": "@angular/build:extract-i18n", |
114 | 114 | "options": {
|
115 | 115 | "buildTarget": "demo:build"
|
116 | 116 | }
|
117 | 117 | },
|
118 | 118 | "test": {
|
119 |
| - "builder": "@angular-devkit/build-angular:karma", |
| 119 | + "builder": "@angular/build:karma", |
120 | 120 | "options": {
|
121 | 121 | "main": "projects/demo/src/test.ts",
|
122 | 122 | "polyfills": "projects/demo/src/polyfills.ts",
|
|
133 | 133 | },
|
134 | 134 | "cli": {
|
135 | 135 | "analytics": false
|
| 136 | + }, |
| 137 | + "schematics": { |
| 138 | + "@schematics/angular:component": { |
| 139 | + "type": "component" |
| 140 | + }, |
| 141 | + "@schematics/angular:directive": { |
| 142 | + "type": "directive" |
| 143 | + }, |
| 144 | + "@schematics/angular:service": { |
| 145 | + "type": "service" |
| 146 | + }, |
| 147 | + "@schematics/angular:guard": { |
| 148 | + "typeSeparator": "." |
| 149 | + }, |
| 150 | + "@schematics/angular:interceptor": { |
| 151 | + "typeSeparator": "." |
| 152 | + }, |
| 153 | + "@schematics/angular:module": { |
| 154 | + "typeSeparator": "." |
| 155 | + }, |
| 156 | + "@schematics/angular:pipe": { |
| 157 | + "typeSeparator": "." |
| 158 | + }, |
| 159 | + "@schematics/angular:resolver": { |
| 160 | + "typeSeparator": "." |
| 161 | + } |
136 | 162 | }
|
137 | 163 | }
|
0 commit comments