Generate the Angular Module using CLI
Generating the module & routing with in the folder
ng g m dashboard/dashboard --routing
Generate the module and routing with out the folder.
ng g m dashboard/dashboard --routing --flat
Generating the module & routing with in the folder
ng g m dashboard/dashboard --routing
Generate the module and routing with out the folder.
ng g m dashboard/dashboard --routing --flat
Comments
Post a Comment