NgRx effects are written by manipulating an action stream with RxJS operators. The NgRx team created a ofType operator that allows us to filter out actions based on their type(s). Some other operators allow you to map some action(s) to a follow-up ac...
welko.hashnode.dev4 min read
No responses yet.