Add support for DI overwriting
Opened this issue ยท 5 comments
In the React and Vue adapters, you can overwrite where the DI comes from in useDispatch
and useSelector
by passing a context to createDispatchHook
(or similarly named)
Let's introduce this functionality to the Angular adapter as well
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
Looks promising ๐คฉ I also would love to contribute
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!