Angular
Fundamentals of Angular - Organizing an Angular Application

Exercise: Communicating with Parent Components

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

In this exercise...

you will practice communicating with parent components using events

Directions:

In the project linked below:

  1. Create a "Clear Rentals" button in the RentalListComponent.
  2. Cause the appropriate actions to happen when the button is clicked.

Click the following link to open up the exercise: https://stackblitz.com/fork/angular-kp5byj?file=src%2Fapp%2Frental-list%2Frental-list.component.ts

 

I finished! On to the next chapter