-
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: Allow specification of module when generating #3806
Comments
This feature could be implemented in conjunction with #3778 |
Brocco
added
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
feature
Issue that requests a new feature
labels
Dec 31, 2016
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Dec 31, 2016
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 1, 2017
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 1, 2017
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 1, 2017
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 1, 2017
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 1, 2017
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 2, 2017
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 2, 2017
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 2, 2017
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 2, 2017
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 2, 2017
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 2, 2017
Brocco
added a commit
to Brocco/angular-cli
that referenced
this issue
Jan 3, 2017
filipesilva
pushed a commit
that referenced
this issue
Jan 3, 2017
MRHarrison
pushed a commit
to MRHarrison/angular-cli
that referenced
this issue
Feb 9, 2017
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 generating components, pipes and directives they are auto imported and declared in the closest NgModule.
Add a flag to these generations to allow for specification of where they should be generated.
This flag will be a string which will be a relative path to the module file.
The text was updated successfully, but these errors were encountered: