Skip to content

Commit f46b2b6

Browse files
Complete Angular 20 upgrade with all dependencies and optimizations
Co-authored-by: michaelschoenbaechler <49410646+michaelschoenbaechler@users.noreply.github.com>
1 parent fe427ff commit f46b2b6

File tree

27 files changed

+2930
-2400
lines changed

27 files changed

+2930
-2400
lines changed

.browserslistrc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# You can see what browsers were selected by your queries by running:
99
# npx browserslist
1010

11-
Chrome >=79
12-
ChromeAndroid >=79
13-
Firefox >=70
14-
Edge >=79
15-
Safari >=14
16-
iOS >=14
11+
Chrome >=109
12+
ChromeAndroid >=109
13+
Firefox >=110
14+
Edge >=109
15+
Safari >=16
16+
iOS >=16

angular.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,30 @@
156156
"@ionic/angular-toolkit:page": {
157157
"styleext": "scss",
158158
"standalone": true
159+
},
160+
"@schematics/angular:component": {
161+
"type": "component"
162+
},
163+
"@schematics/angular:directive": {
164+
"type": "directive"
165+
},
166+
"@schematics/angular:service": {
167+
"type": "service"
168+
},
169+
"@schematics/angular:guard": {
170+
"typeSeparator": "."
171+
},
172+
"@schematics/angular:interceptor": {
173+
"typeSeparator": "."
174+
},
175+
"@schematics/angular:module": {
176+
"typeSeparator": "."
177+
},
178+
"@schematics/angular:pipe": {
179+
"typeSeparator": "."
180+
},
181+
"@schematics/angular:resolver": {
182+
"typeSeparator": "."
159183
}
160184
}
161185
}

0 commit comments

Comments
 (0)