InjectorType
A type which has an InjectorDef static field.
interface InjectorType<T> extends Type {
// 继承自 core/Type
constructor(...args: any[]): T
}
说明
InjectorDefTypes can be used to configure a StaticInjector.
A type which has an InjectorDef static field.
interface InjectorType<T> extends Type {
// 继承自 core/Type
constructor(...args: any[]): T
}
InjectorDefTypes can be used to configure a StaticInjector.