What is the recommended state management approach for large-scale Angular enterprise applications?
-
A
Store all state in components
-
B
Use NgRx or similar Redux-pattern library
-
C
Use localStorage for all state
-
D
Rely solely on Angular services with BehaviorSubject