Q. What does the `zone.js` library do in Angular?
β
Correct Answer: (C)
Tracks asynchronous operations
Explanation: `zone.js` patches async operations to notify Angular when to run change detection.