UNPKG

@studiohyperdrive/ngx-auth

Version:

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

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