What Angular service allows you to access the route parameters in the component class?

  • ActivatedRoute
  • HttpClient
  • Router
  • RouterModule
The Angular service that allows you to access the route parameters in the component class is ActivatedRoute. You can use it to access information about the activated route, including its parameters.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *