Skip to content

Commit 5628f6f

Browse files
committed
chore(deps): upgrade Angular to v20
This commit was generated with: npx ng update @angular/core@20 @angular/cli@20 @angular/cdk@20 \ @angular/localize@20 @angular/compiler-cli@20 \ @angular/platform-browser@20 @angular-devkit/build-angular@20 \ @sbb-esta/angular@20 angular-oauth2-oidc@20 \ angular-server-side-configuration@20 See the migration guide: https://angular.dev/update-guide?v=19.0-20.0&l=3 Signed-off-by: Simon Ser <contact@emersion.fr>
1 parent 520e7a8 commit 5628f6f

5 files changed

Lines changed: 4562 additions & 2371 deletions

File tree

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,31 @@
193193
},
194194
"cli": {
195195
"analytics": false
196+
},
197+
"schematics": {
198+
"@schematics/angular:component": {
199+
"type": "component"
200+
},
201+
"@schematics/angular:directive": {
202+
"type": "directive"
203+
},
204+
"@schematics/angular:service": {
205+
"type": "service"
206+
},
207+
"@schematics/angular:guard": {
208+
"typeSeparator": "."
209+
},
210+
"@schematics/angular:interceptor": {
211+
"typeSeparator": "."
212+
},
213+
"@schematics/angular:module": {
214+
"typeSeparator": "."
215+
},
216+
"@schematics/angular:pipe": {
217+
"typeSeparator": "."
218+
},
219+
"@schematics/angular:resolver": {
220+
"typeSeparator": "."
221+
}
196222
}
197223
}

0 commit comments

Comments
 (0)