Binding

export class Binding

exported from angular2/core defined in angular2/src/core/di/provider.ts (line 240)

See Provider instead.

Constructor

constructor(token: any, {toClass, toValue, toAlias, toFactory, deps, multi}: {
  toClass?: Type,
  toValue?: any,
  toAlias?: any,
  toFactory: Function, deps?: Object[], multi?: boolean
})

Not Yet Documented

Members

toClass

Not Yet Documented

toAlias

Not Yet Documented

toFactory

Not Yet Documented

toValue

Not Yet Documented