- Preparing search index...
- The search index is not available
Documentation
Constructors
constructor
- new MsalGuard(msalGuardConfig, msalBroadcastService, authService, location, router): MsalGuard
-
Parameters
-
-
-
-
location: Location_2
-
router: Router
Methods
canActivate
- canActivate(route, state): Observable<boolean | UrlTree>
-
Parameters
-
route: ActivatedRouteSnapshot
-
state: RouterStateSnapshot
Returns Observable<boolean | UrlTree>
canActivateChild
- canActivateChild(route, state): Observable<boolean | UrlTree>
-
Parameters
-
route: ActivatedRouteSnapshot
-
state: RouterStateSnapshot
Returns Observable<boolean | UrlTree>
canMatch
- canMatch(): Observable<boolean | UrlTree>
-
Returns Observable<boolean | UrlTree>
getDestinationUrl
- getDestinationUrl(path): string
-
Returns string
Full destination url
includesCode
- includesCode(path): boolean
-
Returns boolean
parseUrl
- parseUrl(url): UrlTree
-
Returns UrlTree
Builds the absolute url for the destination page