Q. What is the purpose of Angular's Zone.js?
β
Correct Answer: (A)
To detect async operations and trigger change detection
Explanation: Zone.js patches async APIs to know when to update the UI.