-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
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
Feature Request: Remove component generation when generating modules w/ routing #4209
Comments
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Feb 15, 2017
Fixes angular#4209 BREAKING CHANGE: Generating a module with routing will no longer generate an associated component.
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Feb 15, 2017
Fixes angular#4209 BREAKING CHANGE: Generating a module with routing will no longer generate an associated component.
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Feb 15, 2017
Fixes angular#4209 BREAKING CHANGE: Generating a module with routing will no longer generate an associated component.
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Feb 16, 2017
Fixes angular#4209 BREAKING CHANGE: Generating a module with routing will no longer generate an associated component.
asnowwolf
pushed a commit
to asnowwolf/angular-cli
that referenced
this issue
Apr 12, 2017
…angular#4706) Fixes angular#4209 BREAKING CHANGE: Generating a module with routing will no longer generate an associated component.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently when you generate a module using
--routing
a component is generated with the same name as the module. While this could be helpful at times, there is no way of configuring anything about the generated module.I suggest removing the component generation from module generation completely.
Users can get the same experience by running one extra command while gaining finer control over what is being generated.
The text was updated successfully, but these errors were encountered: