Skip to content

Commit 3ba18a9

Browse files
JLHwungclydin
authored andcommitted
feat(@angular/cli): support entry component
See angular/devkit#936
1 parent 77f2dfd commit 3ba18a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/@angular/cli/lib/config/schema.json

+5
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@
8181
"default": "Default",
8282
"alias": "c"
8383
},
84+
"entryComponent": {
85+
"type": "boolean",
86+
"default": false,
87+
"description": "Specifies if the component is an entry component of declaring module."
88+
},
8489
"export": {
8590
"type": "boolean",
8691
"default": false,

0 commit comments

Comments
 (0)