RouteDefinition

export interface RouteDefinition

exported from angular2/router defined in angular2/src/router/route_definition.ts (line 1)

RouteDefinition defines a route within a RouteConfig decorator.

Supported keys:

See also Route, AsyncRoute, AuxRoute, and Redirect.

Members

path : string

Not Yet Documented

aux : string

Not Yet Documented

component : Type | ComponentDefinition

Not Yet Documented

loader : Function

Not Yet Documented

redirectTo : any[]

Not Yet Documented

as : string

Not Yet Documented

name : string

Not Yet Documented

data : any

Not Yet Documented

useAsDefault : boolean

Not Yet Documented