On this page
FactorySansProvider
interface
Configures the Injector
to return a value by invoking a useFactory
function.
interface FactorySansProvider {
useFactory: Function
deps?: any[]
}
Child interfaces
See also
Properties
Property | Description |
---|---|
useFactory: Function |
A function to invoke to create a value for this |
deps?: any[] |
A list of |
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/core/FactorySansProvider