interface
Configures the Injector
to return a value by invoking a useFactory
function.
interface FactorySansProvider { useFactory: Function deps?: any[] }
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://v12.angular.io/api/core/FactorySansProvider