Outline

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