Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSimple Docs for angular cli command | Routing #38461
Open
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi All,
The documentation for creating feature module with routing here with routing needs to be more simplified.
As per above description the command auto generates following files
Where as the command
ng generate module customers --route customers --module app.module
creates following files.What's the affected URL?**
Docs for creating feature module with routing here
Reproduction Steps**
N/A
Expected vs Actual Behavior**
The docs should be improved to clearly stating what is happening as follows.
ng generate module customers --route customers --module app.module
.Expected Behavior :-
N/A
N/A
N/A
N/A