Angular
Angular CLI Basics - ng generate module

ng generate module Exercise Review

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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