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
When running now ng g m test --routing it's only generating a module file and a routing file. First it was also generating the component.
ng g m test --routing
When running after this command ng g c test it generates the component but is registering it in the appModule instead of the testModule?
ng g c test
What happend? Before this it seems to worked better, already readed the documentation in the folder documentation.
documentation
Please provide us with the following information:
Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?) Windows 10
Please run ng --version. If there's nothing outputted, please run in a Terminal: node --version and paste the result here: RC1
ng --version
node --version
Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
Normally this include a stack trace and some more information.
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
Fixed in #5218. It will be available next rc release.
Sorry, something went wrong.
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.
No branches or pull requests
When running now
ng g m test --routing
it's only generating a module file and a routing file. First it was also generating the component.When running after this command
ng g c test
it generates the component but is registering it in the appModule instead of the testModule?What happend? Before this it seems to worked better, already readed the documentation in the folder
documentation
.OS?
Versions.
Repro steps.
The log given by the failure.
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: