Exercises
Integrate the CustomerHistory component into the rest of your application by taking the following steps:
- Add a new route at
/viewHistory?customer=<customer id>that displays theCustomerHistorycomponent, using a new intermediateCustomerHistoryRoutecomponent. - Add a new
Linkto the search actions on theCustomerSearchscreen, titled View history, that, when pressed, navigates to the new route.