reduxjs/angular-redux

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!