Angular
Angular CLI Basics - ng generate module

ng generate module Exercise

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

For this exercise, create two new modules:

  1. A team module, with routing, lazy loaded into the AppModule
  2. A shared module that's imported into the AppModule

Don't forget to use the dryRun flag until you're confident you have the command formatted correctly!

 

I finished! On to the next chapter