What is Zone in Angular?

Technology CommunityCategory: AngularWhat is Zone in Angular?
VietMX Staff asked 3 years ago

NgZone is a wrapper around Zone.js which is a library that creates a context around asynchronous functions in order to to make them trackable. Angular’s change detection is heavily dependent on Zones.