The ________ guard is used in Angular to decide if a route can be activated.

  • Auth
  • CanActivate
  • Permission
  • RouteActivation
The blank should be filled with "CanActivate." In Angular, the CanActivate guard is used to determine if a route can be activated based on certain conditions or permissions. It plays a crucial role in controlling access to routes and ensuring security in Angular applications.
Add your answer
Loading...

Leave a comment

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