FactoryProvider
interface
Configures the Injector
to return a value by invoking a useFactory
function.
API
Usage Notes
interface FactoryProvider { override deps?: any[];}}
Jump to details
Configures the Injector
to return a value by invoking a useFactory
function.
interface FactoryProvider { override deps?: any[];}}