Skip to content

Commit f70f3d4

Browse files
committed
Update angular 20
1 parent d850120 commit f70f3d4

File tree

5 files changed

+2888
-3617
lines changed

5 files changed

+2888
-3617
lines changed

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,31 @@
172172
"@angular-eslint/schematics",
173173
"@angular-eslint/schematics"
174174
]
175+
},
176+
"schematics": {
177+
"@schematics/angular:component": {
178+
"type": "component"
179+
},
180+
"@schematics/angular:directive": {
181+
"type": "directive"
182+
},
183+
"@schematics/angular:service": {
184+
"type": "service"
185+
},
186+
"@schematics/angular:guard": {
187+
"typeSeparator": "."
188+
},
189+
"@schematics/angular:interceptor": {
190+
"typeSeparator": "."
191+
},
192+
"@schematics/angular:module": {
193+
"typeSeparator": "."
194+
},
195+
"@schematics/angular:pipe": {
196+
"typeSeparator": "."
197+
},
198+
"@schematics/angular:resolver": {
199+
"typeSeparator": "."
200+
}
175201
}
176202
}

0 commit comments

Comments
 (0)