* @returns The value to inject to dependents. * This method can return a promise too, in which case the IoC framework * will resolve this promise to obtain the value to inject.
()
| 34 | * will resolve this promise to obtain the value to inject. |
| 35 | */ |
| 36 | value(): ValueOrPromise<T>; |
| 37 | } |
no outgoing calls