Angular
Angular CLI Basics - ng generate component
  •  

ng generate component Exercise

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

In the exercise for this section, you should create 3 components:

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

I finished! On to the next chapter