InjectorType
A type which has an InjectorDef
static field.
interface InjectorType<T> extends Type {
// 继承自 core/Type
new (...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
new (...args: any[]): T
}
InjectorDefTypes
can be used to configure a StaticInjector
.