ng-redux icon indicating copy to clipboard operation
ng-redux copied to clipboard

How do I call an angularjs service function inside a reducer?

Open stuk88 opened this issue 4 years ago • 1 comments

Hey! I need to call a angularjs function inside a Redux Reducer. How should I do that?

stuk88 avatar Nov 24 '19 14:11 stuk88

You really are not meant to do that that inside a reducer @stuk88 . Without any example code to go off of, it's hard to say but middleware is probably where you would try to do something like that.

zgavin1 avatar May 06 '20 21:05 zgavin1