|
15 | 15 | "prefix": "app",
|
16 | 16 | "architect": {
|
17 | 17 | "build": {
|
18 |
| - "builder": "@angular-devkit/build-angular:application", |
| 18 | + "builder": "@angular/build:application", |
19 | 19 | "options": {
|
20 | 20 | "outputPath": "dist/nullinside-ui",
|
21 | 21 | "index": "src/index.html",
|
|
66 | 66 | "defaultConfiguration": "production"
|
67 | 67 | },
|
68 | 68 | "serve": {
|
69 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
| 69 | + "builder": "@angular/build:dev-server", |
70 | 70 | "configurations": {
|
71 | 71 | "production": {
|
72 | 72 | "buildTarget": "nullinside-ui:build:production"
|
|
78 | 78 | "defaultConfiguration": "development"
|
79 | 79 | },
|
80 | 80 | "extract-i18n": {
|
81 |
| - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 81 | + "builder": "@angular/build:extract-i18n", |
82 | 82 | "options": {
|
83 | 83 | "buildTarget": "nullinside-ui:build"
|
84 | 84 | }
|
85 | 85 | },
|
86 | 86 | "test": {
|
87 |
| - "builder": "@angular-devkit/build-angular:karma", |
| 87 | + "builder": "@angular/build:karma", |
88 | 88 | "options": {
|
89 | 89 | "polyfills": [
|
90 | 90 | "zone.js",
|
|
121 | 121 | "@angular-eslint/schematics"
|
122 | 122 | ],
|
123 | 123 | "analytics": false
|
| 124 | + }, |
| 125 | + "schematics": { |
| 126 | + "@schematics/angular:component": { |
| 127 | + "type": "component" |
| 128 | + }, |
| 129 | + "@schematics/angular:directive": { |
| 130 | + "type": "directive" |
| 131 | + }, |
| 132 | + "@schematics/angular:service": { |
| 133 | + "type": "service" |
| 134 | + }, |
| 135 | + "@schematics/angular:guard": { |
| 136 | + "typeSeparator": "." |
| 137 | + }, |
| 138 | + "@schematics/angular:interceptor": { |
| 139 | + "typeSeparator": "." |
| 140 | + }, |
| 141 | + "@schematics/angular:module": { |
| 142 | + "typeSeparator": "." |
| 143 | + }, |
| 144 | + "@schematics/angular:pipe": { |
| 145 | + "typeSeparator": "." |
| 146 | + }, |
| 147 | + "@schematics/angular:resolver": { |
| 148 | + "typeSeparator": "." |
| 149 | + } |
124 | 150 | }
|
125 | 151 | }
|
0 commit comments