|
10 | 10 | "prefix": "app",
|
11 | 11 | "architect": {
|
12 | 12 | "build": {
|
13 |
| - "builder": "@angular-devkit/build-angular:application", |
| 13 | + "builder": "@angular/build:application", |
14 | 14 | "options": {
|
15 | 15 | "outputPath": {
|
16 | 16 | "base": "dist/ngx-diff-demo"
|
|
64 | 64 | "defaultConfiguration": ""
|
65 | 65 | },
|
66 | 66 | "serve": {
|
67 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
| 67 | + "builder": "@angular/build:dev-server", |
68 | 68 | "options": {
|
69 | 69 | "buildTarget": "ngx-diff-demo:build"
|
70 | 70 | },
|
|
75 | 75 | }
|
76 | 76 | },
|
77 | 77 | "extract-i18n": {
|
78 |
| - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 78 | + "builder": "@angular/build:extract-i18n", |
79 | 79 | "options": {
|
80 | 80 | "buildTarget": "ngx-diff-demo:build"
|
81 | 81 | }
|
82 | 82 | },
|
83 | 83 | "test": {
|
84 |
| - "builder": "@angular-devkit/build-angular:karma", |
| 84 | + "builder": "@angular/build:karma", |
85 | 85 | "options": {
|
86 | 86 | "main": "src/test.ts",
|
87 | 87 | "polyfills": "src/polyfills.ts",
|
|
106 | 106 | "prefix": "ngx",
|
107 | 107 | "architect": {
|
108 | 108 | "build": {
|
109 |
| - "builder": "@angular-devkit/build-angular:ng-packagr", |
| 109 | + "builder": "@angular/build:ng-packagr", |
110 | 110 | "options": {
|
111 | 111 | "tsConfig": "projects/ngx-diff/tsconfig.lib.json",
|
112 | 112 | "project": "projects/ngx-diff/ng-package.json"
|
|
118 | 118 | }
|
119 | 119 | },
|
120 | 120 | "test": {
|
121 |
| - "builder": "@angular-devkit/build-angular:karma", |
| 121 | + "builder": "@angular/build:karma", |
122 | 122 | "options": {
|
123 | 123 | "main": "projects/ngx-diff/src/test.ts",
|
124 | 124 | "tsConfig": "projects/ngx-diff/tsconfig.spec.json",
|
|
139 | 139 | },
|
140 | 140 | "schematics": {
|
141 | 141 | "@schematics/angular:component": {
|
142 |
| - "style": "scss" |
| 142 | + "style": "scss", |
| 143 | + "type": "component" |
143 | 144 | },
|
144 | 145 | "@angular-eslint/schematics:application": {
|
145 | 146 | "setParserOptionsProject": true
|
146 | 147 | },
|
147 | 148 | "@angular-eslint/schematics:library": {
|
148 | 149 | "setParserOptionsProject": true
|
| 150 | + }, |
| 151 | + "@schematics/angular:directive": { |
| 152 | + "type": "directive" |
| 153 | + }, |
| 154 | + "@schematics/angular:service": { |
| 155 | + "type": "service" |
| 156 | + }, |
| 157 | + "@schematics/angular:guard": { |
| 158 | + "typeSeparator": "." |
| 159 | + }, |
| 160 | + "@schematics/angular:interceptor": { |
| 161 | + "typeSeparator": "." |
| 162 | + }, |
| 163 | + "@schematics/angular:module": { |
| 164 | + "typeSeparator": "." |
| 165 | + }, |
| 166 | + "@schematics/angular:pipe": { |
| 167 | + "typeSeparator": "." |
| 168 | + }, |
| 169 | + "@schematics/angular:resolver": { |
| 170 | + "typeSeparator": "." |
149 | 171 | }
|
150 | 172 | },
|
151 | 173 | "cli": {
|
|
0 commit comments