Angular
Fundamentals of Angular - Routing

Retrieving Current Route Parameters

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

In this video...

We will learn how to retrieve the route parameters for the current route.

Once we route to a page with a route parameter, such as /movies/154, then on the view that is reponsible for displaying that data, we need to be able to extrace the ID (154) and use that when querying the data to display.

In this video we'll see how to do just that.

 

I finished! On to the next chapter