Angular
Angular CLI Basics - ng generate module

ng generate module Exercise

PRO
Outline

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