FactorySansProvider
Configures the Injector to return a value by invoking a useFactory function.
interface FactorySansProvider {
useFactory: Function
deps?: any[]
}
子接口
参见
属性
| 属性 | 说明 |
|---|---|
useFactory: Function | A function to invoke to create a value for this |
deps?: any[] | A list of |