Skip to content

Commit ad89ea3

Browse files
chore: bump dotnet to 10 (#4786)
* chore: bump dotnet to 10 * chore: update kendo packages * chore: bump angular and move to standalone * chore: bump to angular 20 * chore: bump to angular 21 * chore: update backend upload logic
1 parent e576006 commit ad89ea3

File tree

20 files changed

+16309
-10983
lines changed

20 files changed

+16309
-10983
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ yarn-error.log
2424
# System Files
2525
.DS_Store
2626
Thumbs.db
27+
/examples-standalone/kendoangular-aspnetcore-integration/bin
28+
/examples-standalone/kendoangular-aspnetcore-integration/obj

examples-standalone/kendoangular-aspnetcore-integration/ClientApp/angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,31 @@
151151
},
152152
"cli": {
153153
"analytics": false
154+
},
155+
"schematics": {
156+
"@schematics/angular:component": {
157+
"type": "component"
158+
},
159+
"@schematics/angular:directive": {
160+
"type": "directive"
161+
},
162+
"@schematics/angular:service": {
163+
"type": "service"
164+
},
165+
"@schematics/angular:guard": {
166+
"typeSeparator": "."
167+
},
168+
"@schematics/angular:interceptor": {
169+
"typeSeparator": "."
170+
},
171+
"@schematics/angular:module": {
172+
"typeSeparator": "."
173+
},
174+
"@schematics/angular:pipe": {
175+
"typeSeparator": "."
176+
},
177+
"@schematics/angular:resolver": {
178+
"typeSeparator": "."
179+
}
154180
}
155181
}

0 commit comments

Comments
 (0)