Q. What is the main role of NgRx effects?
β
Correct Answer: (C)
To handle side effects like API calls
Explanation: Effects listen for dispatched actions and handle side effects like API calls.