Our first Angular and NGRX simple application.
- We will start a new Angular application
- Install @ngrx/store and @ngrx/store-devtools
- Change our components to OnPush
- populate and inspect the state using Redux dev tools extension
Full source code and step by step solution is here: https://www.academeez.com/courses/angular/ngrx/installing-ngrx-store
#angular
0:00 What we will do
1:19 new Angular application
2:09 change components to OnPush
4:07 Install @ngrx/store and @ngrx/store-devtools
6:30 Install Redux dev tools extension
7:55 Populate the state
8:48 Summary