InjectorType

From Get docs
< @angular/coreAngular/docs/11/api/core/injectortype


InjectorType

interface

A type which has an InjectorDef static field.

See more...

interface InjectorType<T> extends Type {

  // inherited from core/Type
  constructor(...args: any[]): T
}

Description

InjectorDefTypes can be used to configure a StaticInjector.

This is an opaque type whose structure is highly version dependent. Do not rely on any properties.


© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/core/InjectorType