
NgRx/Store
A quick tutorial on working with data in an Angular application
Angular is a framework for creating the front-end for web applications. However, it is purely geared toward creating visual components, not for handling domain data. That’s where NgRx comes in. It’s a library for working with data on the front end in a “Flux” pattern, which is a slight variant of MVC (I like this explanation of it: Flux…