Skip to content

Commit a73888c

Browse files
committed
build(angular)!: v20
1 parent 0a8ba94 commit a73888c

File tree

11 files changed

+1365
-2265
lines changed

11 files changed

+1365
-2265
lines changed

angular.json

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

0 commit comments

Comments
 (0)