Currently we have no documentation for the ng generate module functionality, it would be helpful to have some in the readme.
@filipesilva out of curiosity will documentation for the CLI remain as part of the repo or move its way over the angular.io docs?
The documentation for ng g component should also be updated to mention how you can have your component be added to an existing module. From looking at the tests it seems like that's possible?
The wiki has been updated with information regarding module generation. The documentation will continue to improve and will be tracked here #2711
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._
Most helpful comment
The documentation for ng g component should also be updated to mention how you can have your component be added to an existing module. From looking at the tests it seems like that's possible?