4 lines
198 B
TypeScript
4 lines
198 B
TypeScript
import { CanActivateFn } from '@angular/router';
|
|
/** Guards `/admin/**`-style routes. Never shares state with the customer auth guard/service. */
|
|
export declare const adminAuthGuard: CanActivateFn;
|