|
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/ngx-translate-module-loader-app",
|
21 | 21 | "index": "src/index.html",
|
|
52 | 52 | "defaultConfiguration": "production"
|
53 | 53 | },
|
54 | 54 | "serve": {
|
55 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
| 55 | + "builder": "@angular/build:dev-server", |
56 | 56 | "configurations": {
|
57 | 57 | "production": {
|
58 | 58 | "buildTarget": "ngx-translate-module-loader-app:build:production"
|
|
64 | 64 | "defaultConfiguration": "development"
|
65 | 65 | },
|
66 | 66 | "extract-i18n": {
|
67 |
| - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 67 | + "builder": "@angular/build:extract-i18n", |
68 | 68 | "options": {
|
69 | 69 | "buildTarget": "ngx-translate-module-loader-app:build"
|
70 | 70 | }
|
|
87 | 87 | "prefix": "lib",
|
88 | 88 | "architect": {
|
89 | 89 | "build": {
|
90 |
| - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 90 | + "builder": "@angular/build:ng-packagr", |
91 | 91 | "options": {
|
92 | 92 | "project": "projects/ngx-translate-module-loader/ng-package.json"
|
93 | 93 | },
|
|
112 | 112 | }
|
113 | 113 | }
|
114 | 114 | }
|
| 115 | + }, |
| 116 | + "schematics": { |
| 117 | + "@schematics/angular:component": { |
| 118 | + "type": "component" |
| 119 | + }, |
| 120 | + "@schematics/angular:directive": { |
| 121 | + "type": "directive" |
| 122 | + }, |
| 123 | + "@schematics/angular:service": { |
| 124 | + "type": "service" |
| 125 | + }, |
| 126 | + "@schematics/angular:guard": { |
| 127 | + "typeSeparator": "." |
| 128 | + }, |
| 129 | + "@schematics/angular:interceptor": { |
| 130 | + "typeSeparator": "." |
| 131 | + }, |
| 132 | + "@schematics/angular:module": { |
| 133 | + "typeSeparator": "." |
| 134 | + }, |
| 135 | + "@schematics/angular:pipe": { |
| 136 | + "typeSeparator": "." |
| 137 | + }, |
| 138 | + "@schematics/angular:resolver": { |
| 139 | + "typeSeparator": "." |
| 140 | + } |
115 | 141 | }
|
116 | 142 | }
|
0 commit comments