Posts

Showing posts from July, 2021

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