Outline

In this exercise...

you will practice using Route Parameters.

Directions:

In the project linked below:

  • Add a route for /flops/3 etc... that displays the flop details component
  • Get the route info in the details component and pass the given ID in to obtain and display the correct flop
  • Make clicking on a flop link to the details for that flop

Click the following link to open up the exercise: https://stackblitz.com/fork/angular-fun-routed-app-rssa36?file=src/app/actor-details/actor-details.component.ts

 

I finished! On to the next chapter