Skip to content

Commit 4cca7b7

Browse files
committed
upgrade to angular 20
1 parent 1b82275 commit 4cca7b7

File tree

5 files changed

+909
-1829
lines changed

5 files changed

+909
-1829
lines changed

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,31 @@
148148
},
149149
"cli": {
150150
"analytics": false
151+
},
152+
"schematics": {
153+
"@schematics/angular:component": {
154+
"type": "component"
155+
},
156+
"@schematics/angular:directive": {
157+
"type": "directive"
158+
},
159+
"@schematics/angular:service": {
160+
"type": "service"
161+
},
162+
"@schematics/angular:guard": {
163+
"typeSeparator": "."
164+
},
165+
"@schematics/angular:interceptor": {
166+
"typeSeparator": "."
167+
},
168+
"@schematics/angular:module": {
169+
"typeSeparator": "."
170+
},
171+
"@schematics/angular:pipe": {
172+
"typeSeparator": "."
173+
},
174+
"@schematics/angular:resolver": {
175+
"typeSeparator": "."
176+
}
151177
}
152178
}

0 commit comments

Comments
 (0)