File tree Expand file tree Collapse file tree 5 files changed +4416
-2547
lines changed
projects/elements/src/lib/lazy-elements/lazy-element-dynamic Expand file tree Collapse file tree 5 files changed +4416
-2547
lines changed Original file line number Diff line number Diff line change 124124 },
125125 "schematics" : {
126126 "@schematics/angular:component" : {
127- "style" : " scss"
127+ "style" : " scss" ,
128+ "type" : " component"
128129 },
129130 "@angular-eslint/schematics:application" : {
130131 "setParserOptionsProject" : true
131132 },
132133 "@angular-eslint/schematics:library" : {
133134 "setParserOptionsProject" : true
135+ },
136+ "@schematics/angular:directive" : {
137+ "type" : " directive"
138+ },
139+ "@schematics/angular:service" : {
140+ "type" : " service"
141+ },
142+ "@schematics/angular:guard" : {
143+ "typeSeparator" : " ."
144+ },
145+ "@schematics/angular:interceptor" : {
146+ "typeSeparator" : " ."
147+ },
148+ "@schematics/angular:module" : {
149+ "typeSeparator" : " ."
150+ },
151+ "@schematics/angular:pipe" : {
152+ "typeSeparator" : " ."
153+ },
154+ "@schematics/angular:resolver" : {
155+ "typeSeparator" : " ."
134156 }
135157 },
136158 "cli" : {
You can’t perform that action at this time.
0 commit comments