|
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-navigation-animation/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 | "tsConfig": "projects/ngx-navigation-animation/tsconfig.spec.json", |
31 | 31 | "polyfills": [ |
|
44 | 44 | "prefix": "app", |
45 | 45 | "architect": { |
46 | 46 | "build": { |
47 | | - "builder": "@angular-devkit/build-angular:application", |
| 47 | + "builder": "@angular/build:application", |
48 | 48 | "options": { |
49 | 49 | "outputPath": { |
50 | 50 | "base": "dist/ngx-navigation-animation-example-app" |
|
91 | 91 | "defaultConfiguration": "production" |
92 | 92 | }, |
93 | 93 | "serve": { |
94 | | - "builder": "@angular-devkit/build-angular:dev-server", |
| 94 | + "builder": "@angular/build:dev-server", |
95 | 95 | "configurations": { |
96 | 96 | "production": { |
97 | 97 | "buildTarget": "ngx-navigation-animation-example-app:build:production" |
|
103 | 103 | "defaultConfiguration": "development" |
104 | 104 | }, |
105 | 105 | "extract-i18n": { |
106 | | - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 106 | + "builder": "@angular/build:extract-i18n", |
107 | 107 | "options": { |
108 | 108 | "buildTarget": "ngx-navigation-animation-example-app:build" |
109 | 109 | } |
110 | 110 | }, |
111 | 111 | "test": { |
112 | | - "builder": "@angular-devkit/build-angular:karma", |
| 112 | + "builder": "@angular/build:karma", |
113 | 113 | "options": { |
114 | 114 | "polyfills": [ |
115 | 115 | "zone.js", |
|
131 | 131 | }, |
132 | 132 | "cli": { |
133 | 133 | "analytics": false |
| 134 | + }, |
| 135 | + "schematics": { |
| 136 | + "@schematics/angular:component": { |
| 137 | + "type": "component" |
| 138 | + }, |
| 139 | + "@schematics/angular:directive": { |
| 140 | + "type": "directive" |
| 141 | + }, |
| 142 | + "@schematics/angular:service": { |
| 143 | + "type": "service" |
| 144 | + }, |
| 145 | + "@schematics/angular:guard": { |
| 146 | + "typeSeparator": "." |
| 147 | + }, |
| 148 | + "@schematics/angular:interceptor": { |
| 149 | + "typeSeparator": "." |
| 150 | + }, |
| 151 | + "@schematics/angular:module": { |
| 152 | + "typeSeparator": "." |
| 153 | + }, |
| 154 | + "@schematics/angular:pipe": { |
| 155 | + "typeSeparator": "." |
| 156 | + }, |
| 157 | + "@schematics/angular:resolver": { |
| 158 | + "typeSeparator": "." |
| 159 | + } |
134 | 160 | } |
135 | 161 | } |
0 commit comments