|
22 | 22 | "prefix": "app",
|
23 | 23 | "architect": {
|
24 | 24 | "build": {
|
25 |
| - "builder": "@angular-devkit/build-angular:application", |
| 25 | + "builder": "@angular/build:application", |
26 | 26 | "options": {
|
27 | 27 | "outputPath": {
|
28 | 28 | "base": "dist/angular-bootstrap-toast-service"
|
|
76 | 76 | "defaultConfiguration": "production"
|
77 | 77 | },
|
78 | 78 | "serve": {
|
79 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
| 79 | + "builder": "@angular/build:dev-server", |
80 | 80 | "configurations": {
|
81 | 81 | "production": {
|
82 | 82 | "buildTarget": "angular-bootstrap-toast-service:build:production"
|
|
88 | 88 | "defaultConfiguration": "development"
|
89 | 89 | },
|
90 | 90 | "extract-i18n": {
|
91 |
| - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 91 | + "builder": "@angular/build:extract-i18n", |
92 | 92 | "options": {
|
93 | 93 | "buildTarget": "angular-bootstrap-toast-service:build"
|
94 | 94 | }
|
95 | 95 | },
|
96 | 96 | "test": {
|
97 |
| - "builder": "@angular-devkit/build-angular:karma", |
| 97 | + "builder": "@angular/build:karma", |
98 | 98 | "options": {
|
99 | 99 | "main": "src/test.ts",
|
100 |
| - "polyfills": "src/polyfills.ts", |
| 100 | + "polyfills": ["src/polyfills.ts"], |
101 | 101 | "tsConfig": "tsconfig.spec.json",
|
102 | 102 | "karmaConfig": "karma.conf.js",
|
103 | 103 | "inlineStyleLanguage": "scss",
|
|
114 | 114 | }
|
115 | 115 | }
|
116 | 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 | + } |
117 | 143 | }
|
118 | 144 | }
|
0 commit comments