Angular
Fundamentals of Angular - Routing

Exercise: Using Route Parameters

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 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