In Angular's NgRx state management, what is the correct order of the data flow?
-
A
Action → Reducer → Store → Effect → Action
-
B
Component → Action → Effect → Reducer → Store → Selector → Component
-
C
Selector → Store → Reducer → Action → Component
-
D
Store → Selector → Effect → Action → Reducer