Skip to content

Commit ae2494a

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

File tree

595 files changed

+37586
-32770
lines changed

Some content is hidden

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

595 files changed

+37586
-32770
lines changed

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)