Q. In NgRx, which function returns new state based on actions?
β
Correct Answer: (A)
Reducer
Explanation: Reducers are pure functions that determine state changes based on actions.