Zones in angular
问题 What are zones? How are angular ngZone differ from zone.js? When should they be used? Can someone help with practical examples of using ngZone? I've gone through angular documentation here however, I couldn't get complete understanding. https://angular.io/api/core/NgZone 回答1: NgZone is a wrapper around Zone.js which is a library that creates a context around asynchronous functions in order to make them trackable. Angular's change detection is heavily dependent on Zones , How? Angular needs a