export class OpaqueToken
export class OpaqueToken
exported from angular2/core defined in angular2/src/core/di/opaque_token.ts (line 1)
Creates a token that can be used in a DI Provider.
Example (live demo)
Using an OpaqueToken
is preferable to using strings as tokens because of possible collisions
caused by multiple providers using the same string as two different tokens.
Using an OpaqueToken
is preferable to using an Object
as tokens because it provides better
error messages.
Constructor
constructor(_desc: string)
constructor(_desc: string)
Not Yet Documented
Members
toString() : string
toString() : string
Not Yet Documented