Angular
Angular CLI Basics - ng generate module

ng generate module Exercise Review

PRO
Outline

In this video, we go over the commands needed to accomplish the exercise for this section. You should have run something similar to the following two commands:

  • ng g m team --routing --module app.module --route team
  • ng g m shared --module app.module
 

I finished! On to the next chapter