Optional
injectOptional
useType (class name) of provider (instance to be registered and injected).
Optional
useExisting Provider to be used.
Optional
useFactory function that returns an instance of the provider to be injected.
Rest
...args: any[]Generated using TypeDoc
Optional list of providers to be injected into the context of the Factory function.