Skip to content

Commit 9874ba9

Browse files
committed
Update Angular to v20
1 parent cf860bf commit 9874ba9

File tree

11 files changed

+8568
-7201
lines changed

11 files changed

+8568
-7201
lines changed

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,31 @@
140140
}
141141
}
142142
}
143+
},
144+
"schematics": {
145+
"@schematics/angular:component": {
146+
"type": "component"
147+
},
148+
"@schematics/angular:directive": {
149+
"type": "directive"
150+
},
151+
"@schematics/angular:service": {
152+
"type": "service"
153+
},
154+
"@schematics/angular:guard": {
155+
"typeSeparator": "."
156+
},
157+
"@schematics/angular:interceptor": {
158+
"typeSeparator": "."
159+
},
160+
"@schematics/angular:module": {
161+
"typeSeparator": "."
162+
},
163+
"@schematics/angular:pipe": {
164+
"typeSeparator": "."
165+
},
166+
"@schematics/angular:resolver": {
167+
"typeSeparator": "."
168+
}
143169
}
144170
}

0 commit comments

Comments
 (0)