Skip to content

Commit a1596dd

Browse files
134770: Automated Angular 20 upgrade
ng update @angular/core@20 @angular/cli@20 (cherry picked from commit 16cfcb5)
1 parent a8cfaf7 commit a1596dd

21 files changed

+6522
-2873
lines changed

angular.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,30 @@
290290
},
291291
"@angular-eslint/schematics:library": {
292292
"setParserOptionsProject": true
293+
},
294+
"@schematics/angular:component": {
295+
"type": "component"
296+
},
297+
"@schematics/angular:directive": {
298+
"type": "directive"
299+
},
300+
"@schematics/angular:service": {
301+
"type": "service"
302+
},
303+
"@schematics/angular:guard": {
304+
"typeSeparator": "."
305+
},
306+
"@schematics/angular:interceptor": {
307+
"typeSeparator": "."
308+
},
309+
"@schematics/angular:module": {
310+
"typeSeparator": "."
311+
},
312+
"@schematics/angular:pipe": {
313+
"typeSeparator": "."
314+
},
315+
"@schematics/angular:resolver": {
316+
"typeSeparator": "."
293317
}
294318
}
295319
}

0 commit comments

Comments
 (0)