How do you manage state in Angular with NgRx?
- NgRx is a Redux-inspired state management library for Angular.
- Uses Actions, Reducers, Store, and Effects to handle application state predictably.
- Centralizes state for easy debugging, time-travel, and immutability.
- Ideal for complex apps requiring consistent global state management.