Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e09228

Browse files
committed
Updating to v20
1 parent 7a40eea commit 8e09228

File tree

6 files changed

+2546
-6654
lines changed

6 files changed

+2546
-6654
lines changed

angular.json

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "lib",
1111
"architect": {
1212
"build": {
13-
"builder": "@angular-devkit/build-angular:ng-packagr",
13+
"builder": "@angular/build:ng-packagr",
1414
"options": {
1515
"tsConfig": "projects/plotly/tsconfig.lib.json",
1616
"project": "projects/plotly/ng-package.json"
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"test": {
25-
"builder": "@angular-devkit/build-angular:karma",
25+
"builder": "@angular/build:karma",
2626
"options": {
2727
"main": "projects/plotly/src/test.ts",
2828
"tsConfig": "projects/plotly/tsconfig.spec.json",
@@ -48,7 +48,7 @@
4848
"prefix": "app",
4949
"architect": {
5050
"build": {
51-
"builder": "@angular-devkit/build-angular:application",
51+
"builder": "@angular/build:application",
5252
"options": {
5353
"outputPath": {
5454
"base": "dist/demo_app"
@@ -94,7 +94,7 @@
9494
"defaultConfiguration": "production"
9595
},
9696
"serve": {
97-
"builder": "@angular-devkit/build-angular:dev-server",
97+
"builder": "@angular/build:dev-server",
9898
"configurations": {
9999
"production": {
100100
"buildTarget": "demo_app:build:production"
@@ -106,13 +106,13 @@
106106
"defaultConfiguration": "development"
107107
},
108108
"extract-i18n": {
109-
"builder": "@angular-devkit/build-angular:extract-i18n",
109+
"builder": "@angular/build:extract-i18n",
110110
"options": {
111111
"buildTarget": "demo_app:build"
112112
}
113113
},
114114
"test": {
115-
"builder": "@angular-devkit/build-angular:karma",
115+
"builder": "@angular/build:karma",
116116
"options": {
117117
"polyfills": [
118118
"zone.js",
@@ -146,5 +146,31 @@
146146
"schematicCollections": [
147147
"@angular-eslint/schematics"
148148
]
149+
},
150+
"schematics": {
151+
"@schematics/angular:component": {
152+
"type": "component"
153+
},
154+
"@schematics/angular:directive": {
155+
"type": "directive"
156+
},
157+
"@schematics/angular:service": {
158+
"type": "service"
159+
},
160+
"@schematics/angular:guard": {
161+
"typeSeparator": "."
162+
},
163+
"@schematics/angular:interceptor": {
164+
"typeSeparator": "."
165+
},
166+
"@schematics/angular:module": {
167+
"typeSeparator": "."
168+
},
169+
"@schematics/angular:pipe": {
170+
"typeSeparator": "."
171+
},
172+
"@schematics/angular:resolver": {
173+
"typeSeparator": "."
174+
}
149175
}
150176
}

0 commit comments

Comments
 (0)