Skip to content

Commit f8f59af

Browse files
authored
fix(deps): upgrade to Angular 20 (#278)
1 parent f4d5293 commit f8f59af

3 files changed

Lines changed: 8886 additions & 13707 deletions

File tree

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/app",
1717
"index": "src/index.html",
@@ -56,7 +56,7 @@
5656
"defaultConfiguration": "production"
5757
},
5858
"serve": {
59-
"builder": "@angular-devkit/build-angular:dev-server",
59+
"builder": "@angular/build:dev-server",
6060
"configurations": {
6161
"production": {
6262
"buildTarget": "app:build:production"
@@ -68,10 +68,10 @@
6868
"defaultConfiguration": "development"
6969
},
7070
"extract-i18n": {
71-
"builder": "@angular-devkit/build-angular:extract-i18n"
71+
"builder": "@angular/build:extract-i18n"
7272
},
7373
"test": {
74-
"builder": "@angular-devkit/build-angular:karma",
74+
"builder": "@angular/build:karma",
7575
"options": {
7676
"polyfills": [
7777
"zone.js",
@@ -106,5 +106,31 @@
106106
"schematicCollections": [
107107
"angular-eslint"
108108
]
109+
},
110+
"schematics": {
111+
"@schematics/angular:component": {
112+
"type": "component"
113+
},
114+
"@schematics/angular:directive": {
115+
"type": "directive"
116+
},
117+
"@schematics/angular:service": {
118+
"type": "service"
119+
},
120+
"@schematics/angular:guard": {
121+
"typeSeparator": "."
122+
},
123+
"@schematics/angular:interceptor": {
124+
"typeSeparator": "."
125+
},
126+
"@schematics/angular:module": {
127+
"typeSeparator": "."
128+
},
129+
"@schematics/angular:pipe": {
130+
"typeSeparator": "."
131+
},
132+
"@schematics/angular:resolver": {
133+
"typeSeparator": "."
134+
}
109135
}
110136
}

0 commit comments

Comments
 (0)