Q. What does Angular use to update the DOM when data changes?
β
Correct Answer: (A)
Change Detection
Explanation: Angular uses a change detection mechanism to keep the DOM in sync with data.