In Angular, the replaceUrl property of the _____ object can be used to navigate while replacing the current URL in the browser's history.

  • ActivatedRouteSnapshot
  • NavigationExtras
  • Router
  • RouterStateSnapshot
In Angular, the replaceUrl property of the RouterStateSnapshot object can be used to navigate while replacing the current URL in the browser's history. It allows for URL manipulation.
Add your answer
Loading...

Leave a comment

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