Let's use NgRx to manage state in Angular
To explore the concepts of the ngrx patterns, let's return to our Contacts application (created in the Jump Start class). Now, let's use the Angular-native, ngrx library to rebuild our Contacts application using ngrx stores, reducers, actions, and meta-reducers (previously known as middleware).
