UNPKG

217 BTypeScriptView Raw
1import { RouteLifecycleHook } from './lifecycle_annotations_impl';
2export declare function hasLifecycleHook(e: RouteLifecycleHook, type: any): boolean;
3export declare function getCanActivateHook(type: any): Function;