Q. How can Angular detect changes in model and update the view?
β
Correct Answer: (A)
Change detection mechanism
Explanation: Angular uses change detection to sync model and view.