UNPKG
@angular/router-deprecated
Version:
latest (2.0.0-rc.2)
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
0.0.0-7
0.0.0-6
github.com/angular/angular
angular/angular
@angular/router-deprecated
/
src
/
lifecycle
/
route_lifecycle_reflector.d.ts
4 lines
(3 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
import
{
RouteLifecycleHook
}
from
'./lifecycle_annotations_impl'
;
export
declare
function
hasLifecycleHook
(
e
:
RouteLifecycleHook
,
type
:
any
):
boolean
;
export
declare
function
getCanActivateHook
(
type
:
any
):
Function
;