Skip to content

Commit 5d9ad15

Browse files
authored
chore: update versions in kendoangular landing page (#4772)
* chore: update versions in kendoangular landing page * chore: update angular to version 21 and kendo to latest
1 parent 7221b37 commit 5d9ad15

File tree

12 files changed

+8566
-12385
lines changed

12 files changed

+8566
-12385
lines changed

examples-standalone/kendoangular-landing-page/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/kendoangular-landing-page",
1717
"index": "src/index.html",
@@ -65,7 +65,7 @@
6565
"defaultConfiguration": "production"
6666
},
6767
"serve": {
68-
"builder": "@angular-devkit/build-angular:dev-server",
68+
"builder": "@angular/build:dev-server",
6969
"configurations": {
7070
"production": {
7171
"buildTarget": "kendoangular-landing-page:build:production"
@@ -77,10 +77,10 @@
7777
"defaultConfiguration": "development"
7878
},
7979
"extract-i18n": {
80-
"builder": "@angular-devkit/build-angular:extract-i18n"
80+
"builder": "@angular/build:extract-i18n"
8181
},
8282
"test": {
83-
"builder": "@angular-devkit/build-angular:karma",
83+
"builder": "@angular/build:karma",
8484
"options": {
8585
"polyfills": [
8686
"zone.js",
@@ -113,5 +113,31 @@
113113
},
114114
"cli": {
115115
"analytics": false
116+
},
117+
"schematics": {
118+
"@schematics/angular:component": {
119+
"type": "component"
120+
},
121+
"@schematics/angular:directive": {
122+
"type": "directive"
123+
},
124+
"@schematics/angular:service": {
125+
"type": "service"
126+
},
127+
"@schematics/angular:guard": {
128+
"typeSeparator": "."
129+
},
130+
"@schematics/angular:interceptor": {
131+
"typeSeparator": "."
132+
},
133+
"@schematics/angular:module": {
134+
"typeSeparator": "."
135+
},
136+
"@schematics/angular:pipe": {
137+
"typeSeparator": "."
138+
},
139+
"@schematics/angular:resolver": {
140+
"typeSeparator": "."
141+
}
116142
}
117143
}

0 commit comments

Comments
 (0)