Skip to content

Commit db84325

Browse files
committed
build(angular/core): v20
1 parent 99efeb6 commit db84325

File tree

5 files changed

+1703
-2288
lines changed

5 files changed

+1703
-2288
lines changed

angular.json

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

0 commit comments

Comments
 (0)