We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f2dfd commit 3ba18a9Copy full SHA for 3ba18a9
packages/@angular/cli/lib/config/schema.json
@@ -81,6 +81,11 @@
81
"default": "Default",
82
"alias": "c"
83
},
84
+ "entryComponent": {
85
+ "type": "boolean",
86
+ "default": false,
87
+ "description": "Specifies if the component is an entry component of declaring module."
88
+ },
89
"export": {
90
"type": "boolean",
91
"default": false,
0 commit comments