Skip to content

Commit 8481ec6

Browse files
committed
bump to v20
1 parent f2bdf64 commit 8481ec6

File tree

6 files changed

+5754
-10796
lines changed

6 files changed

+5754
-10796
lines changed

angular.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prefix": "app",
1212
"architect": {
1313
"build": {
14-
"builder": "@angular-devkit/build-angular:application",
14+
"builder": "@angular/build:application",
1515
"options": {
1616
"outputPath": "dist/angular-compiler-output",
1717
"index": "src/index.html",
@@ -42,7 +42,7 @@
4242
"defaultConfiguration": "production"
4343
},
4444
"serve": {
45-
"builder": "@angular-devkit/build-angular:dev-server",
45+
"builder": "@angular/build:dev-server",
4646
"configurations": {
4747
"production": {
4848
"buildTarget": "angular-compiler-output:build:production"
@@ -54,13 +54,13 @@
5454
"defaultConfiguration": "development"
5555
},
5656
"extract-i18n": {
57-
"builder": "@angular-devkit/build-angular:extract-i18n",
57+
"builder": "@angular/build:extract-i18n",
5858
"options": {
5959
"buildTarget": "angular-compiler-output:build"
6060
}
6161
},
6262
"test": {
63-
"builder": "@angular-devkit/build-angular:karma",
63+
"builder": "@angular/build:karma",
6464
"options": {
6565
"polyfills": [
6666
"zone.js",
@@ -85,5 +85,31 @@
8585
},
8686
"cli": {
8787
"analytics": "6a505997-9ce1-42b3-9d81-62a5be67a151"
88+
},
89+
"schematics": {
90+
"@schematics/angular:component": {
91+
"type": "component"
92+
},
93+
"@schematics/angular:directive": {
94+
"type": "directive"
95+
},
96+
"@schematics/angular:service": {
97+
"type": "service"
98+
},
99+
"@schematics/angular:guard": {
100+
"typeSeparator": "."
101+
},
102+
"@schematics/angular:interceptor": {
103+
"typeSeparator": "."
104+
},
105+
"@schematics/angular:module": {
106+
"typeSeparator": "."
107+
},
108+
"@schematics/angular:pipe": {
109+
"typeSeparator": "."
110+
},
111+
"@schematics/angular:resolver": {
112+
"typeSeparator": "."
113+
}
88114
}
89115
}

0 commit comments

Comments
 (0)