Q. How does Angular detect changes in template variables?
β
Correct Answer: (D)
Through zone.js and Angular's change detection mechanism
Explanation: Angular uses zone.js to intercept async events and trigger change detection.