Angular
Angular CLI Basics - ng generate component

ng generate component Exercise Review

PRO
Outline

In this exercise, you should have created three new components:

  • A team-list component added to the TeamModule
  • A main-nav component added to and exported from the SharedModule with a selector of main-nav
  • A button component added to and exported from the SharedModule, explicitly using the --module flag

In this video, we'll go over the solutions to the exercise.

 

I finished! On to the next chapter