export class 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
})
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
toClass
Not Yet Documented
toAlias
toAlias
Not Yet Documented
toFactory
toFactory
Not Yet Documented
toValue
toValue
Not Yet Documented