We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b82275 commit 4cca7b7Copy full SHA for 4cca7b7
angular.json
@@ -148,5 +148,31 @@
148
},
149
"cli": {
150
"analytics": false
151
+ },
152
+ "schematics": {
153
+ "@schematics/angular:component": {
154
+ "type": "component"
155
156
+ "@schematics/angular:directive": {
157
+ "type": "directive"
158
159
+ "@schematics/angular:service": {
160
+ "type": "service"
161
162
+ "@schematics/angular:guard": {
163
+ "typeSeparator": "."
164
165
+ "@schematics/angular:interceptor": {
166
167
168
+ "@schematics/angular:module": {
169
170
171
+ "@schematics/angular:pipe": {
172
173
174
+ "@schematics/angular:resolver": {
175
176
+ }
177
}
178
0 commit comments