Low-level hook which can be used to resolve multiple dependencies at once.
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
Either one or more ProviderToken.
Tuple containing the dependencies.
Low-level hook which can be used to resolve multiple dependencies at once.
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.