Low-level hook which can be used to resolve a single dependency.
Note: In order to better modularize your code-base, you should strive to create custom hooks by using the hookFactory method to compose a custom hook.
hookFactory
The ProviderToken.
Optional
See UseInjectOptions.
The resolved dependency.
Low-level hook which can be used to resolve a single dependency.
Note: In order to better modularize your code-base, you should strive to create custom hooks by using the
hookFactorymethod to compose a custom hook.