Skip to content

Commit

Permalink
feat(@angular/cli): support entry component
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored and clydin committed May 30, 2018
1 parent 77f2dfd commit 3ba18a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@angular/cli/lib/config/schema.json
Expand Up @@ -81,6 +81,11 @@
"default": "Default",
"alias": "c"
},
"entryComponent": {
"type": "boolean",
"default": false,
"description": "Specifies if the component is an entry component of declaring module."
},
"export": {
"type": "boolean",
"default": false,
Expand Down

0 comments on commit 3ba18a9

Please sign in to comment.