Q. What is the role of Zone.js in Angular?
β
Correct Answer: (A)
To detect async operations and trigger change detection
Explanation: Zone.js patches async APIs and notifies Angular to update views.