InjectableType
A Type
which has a ɵprov: ɵɵInjectableDeclaration
static field.
interface InjectableType<T> extends Type<T> {
// inherited from core/Type
constructor(...args: any[]): T
}
Description
InjectableType
s contain their own Dependency Injection metadata and are usable in an
InjectorDef
-based StaticInjector
.