Skip to content

Commit 09f5f3f

Browse files
committed
Update Angular from 19 to 20
FIXES: WEB-350
1 parent 3b5a68b commit 09f5f3f

File tree

1,476 files changed

+41747
-34077
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,476 files changed

+41747
-34077
lines changed

.browserslistrc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@ Firefox ESR
88
not dead
99
not kaios 2.5
1010
not op_mini all
11-
# For IE 9-11 support, please uncomment the next line and adjust as needed
12-
# IE 9-11
11+
not and_qq 14.9
12+
not and_uc 15.5
13+
not android 141
14+
not kaios 3.0-3.1
15+
not op_mob 80
16+
not opera 122
17+
not opera 121
18+
not samsung 28
19+
not samsung 27

angular.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,30 @@
226226
},
227227
"@angular-eslint/schematics:library": {
228228
"setParserOptionsProject": true
229+
},
230+
"@schematics/angular:component": {
231+
"type": "component"
232+
},
233+
"@schematics/angular:directive": {
234+
"type": "directive"
235+
},
236+
"@schematics/angular:service": {
237+
"type": "service"
238+
},
239+
"@schematics/angular:guard": {
240+
"typeSeparator": "."
241+
},
242+
"@schematics/angular:interceptor": {
243+
"typeSeparator": "."
244+
},
245+
"@schematics/angular:module": {
246+
"typeSeparator": "."
247+
},
248+
"@schematics/angular:pipe": {
249+
"typeSeparator": "."
250+
},
251+
"@schematics/angular:resolver": {
252+
"typeSeparator": "."
229253
}
230254
}
231255
}

0 commit comments

Comments
 (0)