Outline
In this exercise, you should have created three new components:
- A
team-list
component added to theTeamModule
- A
main-nav
component added to and exported from theSharedModule
with a selector ofmain-nav
- A
button
component added to and exported from theSharedModule
, explicitly using the--module
flag
In this video, we'll go over the solutions to the exercise.