On this page
InjectionToken
class
npm Package | @angular/core |
---|---|
Module | import { InjectionToken } from '@angular/core'; |
Source | core/src/di/injection_token.ts |
Overview
class InjectionToken<T> {
constructor(_desc: string)
protected _desc: string
toString(): string
}
Constructor
constructor(_desc: string)
Members
protected _desc: string
toString(): string
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/InjectionToken