Skip to content

Commit 03f393c

Browse files
committed
feat(lib): upgrade to Angular 20
BREAKING CHANGE: Angular 20 - cleanups, automatic migrations
1 parent 84562d5 commit 03f393c

File tree

5 files changed

+4416
-2547
lines changed

5 files changed

+4416
-2547
lines changed

angular.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,35 @@
124124
},
125125
"schematics": {
126126
"@schematics/angular:component": {
127-
"style": "scss"
127+
"style": "scss",
128+
"type": "component"
128129
},
129130
"@angular-eslint/schematics:application": {
130131
"setParserOptionsProject": true
131132
},
132133
"@angular-eslint/schematics:library": {
133134
"setParserOptionsProject": true
135+
},
136+
"@schematics/angular:directive": {
137+
"type": "directive"
138+
},
139+
"@schematics/angular:service": {
140+
"type": "service"
141+
},
142+
"@schematics/angular:guard": {
143+
"typeSeparator": "."
144+
},
145+
"@schematics/angular:interceptor": {
146+
"typeSeparator": "."
147+
},
148+
"@schematics/angular:module": {
149+
"typeSeparator": "."
150+
},
151+
"@schematics/angular:pipe": {
152+
"typeSeparator": "."
153+
},
154+
"@schematics/angular:resolver": {
155+
"typeSeparator": "."
134156
}
135157
},
136158
"cli": {

0 commit comments

Comments
 (0)