angular-redux / example-app

Example using @angular-redux/store, @angular-redux/router, and @angular-redux/form together with the Angular CLI
123 stars 101 forks source link

Epics and DevToolsExtension #47

Open Gandii opened 7 years ago

Gandii commented 7 years ago

Hi,

Thank you for a great example app! I am having trouble getting Epics to work with the actions dispatched from the DevToolsExtension. I cant get it to work either in my own app nor with this example app.

Reducers picks up the actions just fine.

At first i thought it was related too https://github.com/redux-observable/redux-observable/issues/81 but that does not appear to be the case.