Help Angular by taking a 1 minute survey!Go to surveyHome

StaticProvider

Describes how the Injector should be configured in a static way (Without reflection).

See more...

type StaticProvider = ValueProvider | ExistingProvider | StaticClassProvider | ConstructorProvider | FactoryProvider | any[];
      
      type StaticProvider = ValueProvider | ExistingProvider | StaticClassProvider | ConstructorProvider | FactoryProvider | any[];
    

See also

Description

For more details, see the "Dependency Injection Guide".