Exception Handling with NgRx Effects

Andrew Evans
5 min readMar 4, 2019

Recently I’ve been working with NgRx and learning about how to use the effects and the store. I implemented NgRx in my weather app Goose Weather, and learned a great deal about both RxJs and state management with Redux.

I also recently went through the Pluralsight course “Angular NgRx: Getting Started” with Duncan Hunter and Deborah Kurata. This course gave a good introduction to the concepts behind…

--

--