State Management
State: start with a service + BehaviorSubject or signals. NgRx / a store is for many screens sharing complex flows. Don’t put every click in the store.
Board: cart count in a root service. Header and cart page both select it. Trap: NgRx tutorial copy-paste for a two-page campus app.
Exam tip
Service + subject vs when NgRx is worth it.