StaticProvider
Describes how the Injector
should be configured in a static way (Without reflection).
type StaticProvider = ValueProvider | ExistingProvider | StaticClassProvider | ConstructorProvider | FactoryProvider | any[];
See also
Description
For more details, see the "Dependency Injection Guide".