-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for DI overwriting #1
Comments
Hi @crutchcorn ✋ can I contribute? It looks promising 👍 |
Hey @paweltwardziak! I actually think this is going to be a pretty involved effort for this specific feature, but are you at all interested in helping with documentation? I can make some new issues and assign them to you if you are 😄 |
Sure thing @crutchcorn :) I am open for any kind of contribution even though it would be great to get involved into something more challenging 👍 ;) Gimme that docs issue 🔥 |
Hi @crutchcorn |
Love the excitement around the project, thanks y'all! I'm actually not super sure if I want to do this issue in the end, as it's not as needed due to how Angular's DI system works and allows for overrides in other ways. I'm gonna close this and open some other tickets that folks can take on. 😄 I'll post them here! |
In the React and Vue adapters, you can overwrite where the DI comes from in
useDispatch
anduseSelector
by passing a context tocreateDispatchHook
(or similarly named)Let's introduce this functionality to the Angular adapter as well
The text was updated successfully, but these errors were encountered: