Skip to content

Commit f4eaaee

Browse files
committed
Run ng update @angular/core@20 @angular/cli@20
1 parent 8590cae commit f4eaaee

File tree

7 files changed

+10136
-12533
lines changed

7 files changed

+10136
-12533
lines changed

angular.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:application",
18+
"builder": "@angular/build:application",
1919
"options": {
2020
"outputPath": "dist/ngx-gist",
2121
"index": "src/index.html",
@@ -61,7 +61,7 @@
6161
"defaultConfiguration": "production"
6262
},
6363
"serve": {
64-
"builder": "@angular-devkit/build-angular:dev-server",
64+
"builder": "@angular/build:dev-server",
6565
"configurations": {
6666
"production": {
6767
"buildTarget": "ngx-gist:build:production"
@@ -73,10 +73,10 @@
7373
"defaultConfiguration": "development"
7474
},
7575
"extract-i18n": {
76-
"builder": "@angular-devkit/build-angular:extract-i18n"
76+
"builder": "@angular/build:extract-i18n"
7777
},
7878
"test": {
79-
"builder": "@angular-devkit/build-angular:karma",
79+
"builder": "@angular/build:karma",
8080
"options": {
8181
"polyfills": [
8282
"zone.js",
@@ -112,5 +112,31 @@
112112
"schematicCollections": [
113113
"@angular-eslint/schematics"
114114
]
115+
},
116+
"schematics": {
117+
"@schematics/angular:component": {
118+
"type": "component"
119+
},
120+
"@schematics/angular:directive": {
121+
"type": "directive"
122+
},
123+
"@schematics/angular:service": {
124+
"type": "service"
125+
},
126+
"@schematics/angular:guard": {
127+
"typeSeparator": "."
128+
},
129+
"@schematics/angular:interceptor": {
130+
"typeSeparator": "."
131+
},
132+
"@schematics/angular:module": {
133+
"typeSeparator": "."
134+
},
135+
"@schematics/angular:pipe": {
136+
"typeSeparator": "."
137+
},
138+
"@schematics/angular:resolver": {
139+
"typeSeparator": "."
140+
}
115141
}
116142
}

0 commit comments

Comments
 (0)