What is Zone in Angular? Technology Community › Category: Angular › What is Zone in Angular? 0 Vote Up Vote Down VietMX Staff asked 4 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.