InjectableType
A Type which has an InjectableDef static field.
interface InjectableType<T> extends Type {
// 继承自 core/Type
constructor(...args: any[]): T
}
说明
InjectableDefTypes contain their own Dependency Injection metadata and are usable in an InjectorDef-based `StaticInjector.