UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

4 lines (3 loc) 220 B
import { RouteLifecycleHook } from './lifecycle_annotations_impl'; export declare function hasLifecycleHook(e: RouteLifecycleHook, type: any): boolean; export declare function getCanActivateHook(type: any): Function;