We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99efeb6 commit db84325Copy full SHA for db84325
angular.json
@@ -143,5 +143,31 @@
143
}
144
145
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
162
163
+ "@schematics/angular:module": {
164
165
166
+ "@schematics/angular:pipe": {
167
168
169
+ "@schematics/angular:resolver": {
170
171
+ }
172
173
0 commit comments