Skip to content

Commit b233faf

Browse files
authored
chore: update versions in integration i18n (#4770)
* chore: update versions in integration i18n * chore: update angular to version 21 and kendo to latest
1 parent 1dbec82 commit b233faf

File tree

4 files changed

+8402
-11800
lines changed

4 files changed

+8402
-11800
lines changed

examples-standalone/integration-i18n/angular.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"architect": {
2626
"build": {
27-
"builder": "@angular-devkit/build-angular:application",
27+
"builder": "@angular/build:application",
2828
"options": {
2929
"outputPath": "dist/integration-i18n",
3030
"index": "src/index.html",
@@ -80,7 +80,7 @@
8080
"defaultConfiguration": "production"
8181
},
8282
"serve": {
83-
"builder": "@angular-devkit/build-angular:dev-server",
83+
"builder": "@angular/build:dev-server",
8484
"configurations": {
8585
"production": {
8686
"buildTarget": "integration-i18n:build:production"
@@ -98,10 +98,10 @@
9898
"defaultConfiguration": "development"
9999
},
100100
"extract-i18n": {
101-
"builder": "@angular-devkit/build-angular:extract-i18n"
101+
"builder": "@angular/build:extract-i18n"
102102
},
103103
"test": {
104-
"builder": "@angular-devkit/build-angular:karma",
104+
"builder": "@angular/build:karma",
105105
"options": {
106106
"polyfills": [
107107
"zone.js",
@@ -129,5 +129,31 @@
129129
},
130130
"cli": {
131131
"analytics": false
132+
},
133+
"schematics": {
134+
"@schematics/angular:component": {
135+
"type": "component"
136+
},
137+
"@schematics/angular:directive": {
138+
"type": "directive"
139+
},
140+
"@schematics/angular:service": {
141+
"type": "service"
142+
},
143+
"@schematics/angular:guard": {
144+
"typeSeparator": "."
145+
},
146+
"@schematics/angular:interceptor": {
147+
"typeSeparator": "."
148+
},
149+
"@schematics/angular:module": {
150+
"typeSeparator": "."
151+
},
152+
"@schematics/angular:pipe": {
153+
"typeSeparator": "."
154+
},
155+
"@schematics/angular:resolver": {
156+
"typeSeparator": "."
157+
}
132158
}
133159
}

0 commit comments

Comments
 (0)