How can you access the data resolved by a Route Resolver within a component?

  • Using a decorator
  • Using a function
  • Using a service
  • Using an observable
You can access data resolved by a Route Resolver within a component using an observable returned by the ActivatedRoute service.
Add your answer
Loading...

Leave a comment

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