Sep 17, 2024
What is NgRx?
Common Libraries in NgRx
What is Redux?
Usage of NgRx
State in Angular
Multiple States
Actions in NgRx
createAction
.Dispatching Actions
dispatch
function in the component.Reducers and Selectors
Effects
Entity Adapters
Store Dev Tools
Use of NgRx vs Angular Services/RxJS
Real World Use-Case
app.config
instead of app.model
for Standalone templates.provideStore
and provideEffects
for state management setup.