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 171cf38 commit ca65876Copy full SHA for ca65876
firestore/angular.json
@@ -102,5 +102,31 @@
102
},
103
"cli": {
104
"analytics": false
105
+ },
106
+ "schematics": {
107
+ "@schematics/angular:component": {
108
+ "type": "component"
109
110
+ "@schematics/angular:directive": {
111
+ "type": "directive"
112
113
+ "@schematics/angular:service": {
114
+ "type": "service"
115
116
+ "@schematics/angular:guard": {
117
+ "typeSeparator": "."
118
119
+ "@schematics/angular:interceptor": {
120
121
122
+ "@schematics/angular:module": {
123
124
125
+ "@schematics/angular:pipe": {
126
127
128
+ "@schematics/angular:resolver": {
129
130
+ }
131
}
132
0 commit comments