ComponentDefinition

export interface ComponentDefinition

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

Represents either a component type (type is component) or a loader function (type is loader).

See also RouteDefinition.

Members

type : string

Not Yet Documented

loader : Function

Not Yet Documented

component : Type

Not Yet Documented