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
/
rules
/
route_handlers
/
route_handler.d.ts
8 lines
(7 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Type
}
from
'../../facade/lang'
;
import
{
RouteData
}
from
'../../instruction'
;
export
interface
RouteHandler
{
componentType
:
Type
;
resolveComponentType
():
Promise
<
any
>;
data
:
RouteData
; }