10 - NgRx Introduction
1. Presentation
2. Install redux dev tools chrome extension

3. Simple Counter Demo
a) Make a new empty Angular CLI Project
b) Add NgRx to the app
c) Add a counter.reducer.ts fill to a new state folder in the app
d) Register the reducer and NgRx in the App module
e) Add the HTML to the App component
f) Add App component logic
g) Adding action creators
h) Adding action State interfaces
i) Add global State interface
j) Use state interface in app component
Last updated