UNPKG

@studiohyperdrive/ngx-auth

Version:

A library of core authentication functionality used with @studiohyperdrive/types-auth.

8 lines (7 loc) 248 B
import { CanActivateFn } from '@angular/router'; /** * Check if we can route to this route based on the provided permission * * @param routeSnapshot - The provided route snapshot */ export declare const NgxIsAuthenticatedGuard: CanActivateFn;