File tree Expand file tree Collapse file tree 4 files changed +5736
-6219
lines changed Expand file tree Collapse file tree 4 files changed +5736
-6219
lines changed Original file line number Diff line number Diff line change 145145 "schematics" : {
146146 "@schematics/angular:component" : {
147147 "prefix" : " app" ,
148- "style" : " css"
148+ "style" : " css" ,
149+ "type" : " component"
149150 },
150151 "@schematics/angular:directive" : {
151- "prefix" : " app"
152+ "prefix" : " app" ,
153+ "type" : " directive"
154+ },
155+ "@schematics/angular:service" : {
156+ "type" : " service"
157+ },
158+ "@schematics/angular:guard" : {
159+ "typeSeparator" : " ."
160+ },
161+ "@schematics/angular:interceptor" : {
162+ "typeSeparator" : " ."
163+ },
164+ "@schematics/angular:module" : {
165+ "typeSeparator" : " ."
166+ },
167+ "@schematics/angular:pipe" : {
168+ "typeSeparator" : " ."
169+ },
170+ "@schematics/angular:resolver" : {
171+ "typeSeparator" : " ."
152172 }
153173 }
154174}
You can’t perform that action at this time.
0 commit comments