UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

9 lines (7 loc) 243 B
import {Promise, PromiseWrapper} from 'angular2/src/facade/async'; import {Type} from 'angular2/src/facade/lang'; export interface RouteHandler { componentType: Type; resolveComponentType(): Promise<any>; data?: {[key: string]: any}; }