KaneFreeman / angular-redux-util

Angular Redux Util is a redux helper library for using Angular 6+ applications using @angular-redux

Home Page:https://kanefreeman.github.io/angular-redux-util/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to using redux-observable-util

KaneFreeman opened this issue · comments

Move the non-Angular redux-observable helper components for TypeScript out into a separate library (redux-observable-util).

Move

  • @NgEpic - Renamed to @Epic
  • assign function
  • generateEpics function

Remove

  • createAction function
  • convertAction function