File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
packages/@angular/cli/lib/config Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 145
145
"@schematics/angular:directive" : {
146
146
"type" : " object" ,
147
147
"properties" : {
148
+ "export" : {
149
+ "type" : " boolean" ,
150
+ "default" : false ,
151
+ "description" : " Specifies if declaring module exports the directive."
152
+ },
153
+ "flat" : {
154
+ "type" : " boolean" ,
155
+ "description" : " Flag to indicate if a dir is created." ,
156
+ "default" : true
157
+ },
158
+ "module" : {
159
+ "type" : " string" ,
160
+ "description" : " Allows specification of the declaring module." ,
161
+ "alias" : " m"
162
+ },
148
163
"prefix" : {
149
164
"type" : " string" ,
150
165
"format" : " html-selector" ,
151
166
"description" : " The prefix to apply to generated selectors." ,
152
167
"default" : " app" ,
153
168
"alias" : " p"
154
169
},
155
- "spec" : {
156
- "type" : " boolean" ,
157
- "description" : " Specifies if a spec file is generated." ,
158
- "default" : true
159
- },
160
- "skipImport" : {
161
- "type" : " boolean" ,
162
- "description" : " Flag to skip the module import." ,
163
- "default" : false
164
- },
165
170
"selector" : {
166
171
"type" : " string" ,
167
172
"format" : " html-selector" ,
168
173
"description" : " The selector to use for the directive."
169
174
},
170
- "flat " : {
175
+ "skipImport " : {
171
176
"type" : " boolean" ,
172
- "description" : " Flag to indicate if a dir is created." ,
173
- "default" : true
174
- },
175
- "module" : {
176
- "type" : " string" ,
177
- "description" : " Allows specification of the declaring module." ,
178
- "alias" : " m"
177
+ "description" : " Flag to skip the module import." ,
178
+ "default" : false
179
179
},
180
- "export " : {
180
+ "spec " : {
181
181
"type" : " boolean" ,
182
- "default " : false ,
183
- "description " : " Specifies if declaring module exports the directive. "
182
+ "description " : " Specifies if a spec file is generated. " ,
183
+ "default " : true
184
184
}
185
185
}
186
186
},
You can’t perform that action at this time.
0 commit comments