Skip to content

Commit e56ebce

Browse files
authored
Merge pull request #613 from 4gray/chore/update-angular-to-v20
chore: update to angular v20
2 parents 4fe40a7 + cd2dd2e commit e56ebce

File tree

47 files changed

+31448
-29287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+31448
-29287
lines changed

angular.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,30 @@
137137
"schematics": {
138138
"@schematics/angular:component": {
139139
"prefix": "app",
140-
"style": "scss"
140+
"style": "scss",
141+
"type": "component"
141142
},
142143
"@schematics/angular:directive": {
143-
"prefix": "app"
144+
"prefix": "app",
145+
"type": "directive"
146+
},
147+
"@schematics/angular:service": {
148+
"type": "service"
149+
},
150+
"@schematics/angular:guard": {
151+
"typeSeparator": "."
152+
},
153+
"@schematics/angular:interceptor": {
154+
"typeSeparator": "."
155+
},
156+
"@schematics/angular:module": {
157+
"typeSeparator": "."
158+
},
159+
"@schematics/angular:pipe": {
160+
"typeSeparator": "."
161+
},
162+
"@schematics/angular:resolver": {
163+
"typeSeparator": "."
144164
}
145165
}
146166
}

0 commit comments

Comments
 (0)