StaticProvider

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

查看"说明"...

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

参见

说明

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