Q. What does Angular use to detect changes in component state and update the view?
β
Correct Answer: (A)
Change Detection
Explanation: Angular uses change detection to update the view when the model changes.