Accessing Navigation Data
Learn how to retrieve URL parameters and access navigation data using the ActivatedRoute module.
We'll cover the following...
In the previous lesson, we learned how to programmatically implement navigation within our page component classes using the navigate and navigateByUrl Angular Router methods.
This is all fine but how would we retrieve the URL ...
Ask