We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- [ ] bug report -> please search issues before submitting - [x] feature request
@angular/cli: 1.3.2 node: 6.10.1 os: win32 x64 @angular/animations: 4.3.6 @angular/cdk: 2.0.0-beta.8 @angular/common: 4.3.6 @angular/compiler: 4.3.6 @angular/compiler-cli: 4.3.6 @angular/core: 4.3.6 @angular/flex-layout: 2.0.0-beta.9 @angular/forms: 4.3.6 @angular/http: 4.3.6 @angular/language-service: 4.3.6 @angular/material: 2.0.0-beta.8 @angular/platform-browser: 4.3.6 @angular/platform-browser-dynamic: 4.3.6 @angular/platform-server: 4.3.6 @angular/router: 4.3.6 @angular/cli: 1.3.2 @ngtools/webpack: 1.6.2
ng new c someComponent --entry: add created component to entryComponents of owner module.
ng new c someComponent --entry
entryComponents
The text was updated successfully, but these errors were encountered:
feat(@schematics/angular): support entryComponent
adc79f0
Fixes angular/angular-cli#7749
e36af00
92cfd97
Fix angular/angular-cli#7749
e394b31
Fix #7749
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Sorry, something went wrong.
No branches or pull requests
Versions.
@angular/cli: 1.3.2
node: 6.10.1
os: win32 x64
@angular/animations: 4.3.6
@angular/cdk: 2.0.0-beta.8
@angular/common: 4.3.6
@angular/compiler: 4.3.6
@angular/compiler-cli: 4.3.6
@angular/core: 4.3.6
@angular/flex-layout: 2.0.0-beta.9
@angular/forms: 4.3.6
@angular/http: 4.3.6
@angular/language-service: 4.3.6
@angular/material: 2.0.0-beta.8
@angular/platform-browser: 4.3.6
@angular/platform-browser-dynamic: 4.3.6
@angular/platform-server: 4.3.6
@angular/router: 4.3.6
@angular/cli: 1.3.2
@ngtools/webpack: 1.6.2
Desired functionality.
ng new c someComponent --entry
: add created component toentryComponents
of owner module.The text was updated successfully, but these errors were encountered: