Skip to content

Commit 8de58bd

Browse files
Copilotmanekinekko
andcommitted
Upgrade Angular from v19 to v20
Co-authored-by: manekinekko <1699357+manekinekko@users.noreply.github.com>
1 parent 5db16f2 commit 8de58bd

4 files changed

Lines changed: 2033 additions & 1472 deletions

File tree

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,31 @@
131131
},
132132
"cli": {
133133
"analytics": "6c503e91-213a-464d-801c-5af37e13087c"
134+
},
135+
"schematics": {
136+
"@schematics/angular:component": {
137+
"type": "component"
138+
},
139+
"@schematics/angular:directive": {
140+
"type": "directive"
141+
},
142+
"@schematics/angular:service": {
143+
"type": "service"
144+
},
145+
"@schematics/angular:guard": {
146+
"typeSeparator": "."
147+
},
148+
"@schematics/angular:interceptor": {
149+
"typeSeparator": "."
150+
},
151+
"@schematics/angular:module": {
152+
"typeSeparator": "."
153+
},
154+
"@schematics/angular:pipe": {
155+
"typeSeparator": "."
156+
},
157+
"@schematics/angular:resolver": {
158+
"typeSeparator": "."
159+
}
134160
}
135161
}

0 commit comments

Comments
 (0)