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