In this lesson we will go over the general data flow between @ngrx/store and your angular components.
We will learn how to populate the state in ngrx, read that state, and change the state.
We will briefly touch about these ngrx concepts:
- store
- action
- reducer
The full source code and step by step guide is here: https://www.academeez.com/courses/angular/ngrx/ngrx-store-data-flow
#angular
0:00 @ngrx/store data flow
3:00 new angular application
4:06 Install @ngrx/store and @ngrx/store-devtools
5:24 populate the store
7:30 Read the state
13:13 Change the state
16:30 store.dispatch
18:05 Action
18:36 Reducer
22:20 Summary