store-saga
store-saga copied to clipboard
An Rx implementation of redux-saga for @ngrx/store
Hi, I'm getting the following error when using `installSagaMiddleware` It looks like the injector we use is an ElementInjector and not a ReflectiveInjector (see screenshot) ``` ORIGINAL EXCEPTION: TypeError: injector.resolveAndInstantiate...
This is probably my fault, since I'm new to the whole rxjs, angular2, webpack and even testing/karma world, but I keep getting a failed test on this trivial example, is...
Hi, I'm try to inject Action Creator into Saga middleware function. But Im getting this error: ORIGINAL EXCEPTION: Cannot instantiate cyclic dependency! (Token @ngrx/store Saga Effect -> ApplicativeRoomModel -> Store...
Hi, I am relatively a beginner in redux concept and regarding sagas just a day old so apologies in advanced if the questions does not make sense. I see two...