angular-redux / store

Angular 2+ bindings for Redux
MIT License
1.34k stars 205 forks source link

Migration to redux-observable 1.0 #536

Open kiwikern opened 5 years ago

kiwikern commented 5 years ago

This is a...

redux-observable has changed its API with version 1.0, see changes in the migration guide.

The docs for creating epics should be updated correspondingly.

CosmoFruit commented 5 years ago

hi, how correctly update createEpicMiddleware() to redux-observable 1.0 ?

rmorrise commented 5 years ago

@CosmoFruit The new setup is documented in the migration guide linked by the OP