Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

ng new module w route

// Use this command to create a  lazy-loaded feature module with routing, along with its stub component.

ng generate module <MODULE_NAME> --route <ROUTE> --module app.module
 
PREVIOUS NEXT
Tagged: #ng #module #route
ADD COMMENT
Topic
Name
6+3 =