Q. What is `zone.js` used for in Angular?
β
Correct Answer: (A)
To track async operations and trigger change detection
Explanation: `zone.js` is a library used to patch async operations and notify Angular to run change detection.