Skip to content

Commit a645fad

Browse files
committed
Upgrade angular to v20.3.6
1 parent 64d249f commit a645fad

File tree

4 files changed

+5736
-6219
lines changed

4 files changed

+5736
-6219
lines changed

angular.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,30 @@
145145
"schematics": {
146146
"@schematics/angular:component": {
147147
"prefix": "app",
148-
"style": "css"
148+
"style": "css",
149+
"type": "component"
149150
},
150151
"@schematics/angular:directive": {
151-
"prefix": "app"
152+
"prefix": "app",
153+
"type": "directive"
154+
},
155+
"@schematics/angular:service": {
156+
"type": "service"
157+
},
158+
"@schematics/angular:guard": {
159+
"typeSeparator": "."
160+
},
161+
"@schematics/angular:interceptor": {
162+
"typeSeparator": "."
163+
},
164+
"@schematics/angular:module": {
165+
"typeSeparator": "."
166+
},
167+
"@schematics/angular:pipe": {
168+
"typeSeparator": "."
169+
},
170+
"@schematics/angular:resolver": {
171+
"typeSeparator": "."
152172
}
153173
}
154174
}

0 commit comments

Comments
 (0)