Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CanActivate

Interface defining the canActivate() function that must be implemented by a guard. Return value indicates whether or not the current request is allowed to proceed. Return can be either synchronous (boolean) or asynchronous (Promise or Observable).

see

Guards

publicapi

Hierarchy

  • CanActivate

Index

Methods

Methods

canActivate

  • canActivate(context: ExecutionContext): boolean | Promise<boolean> | Observable<boolean>

Generated using TypeDoc