8305. Angular - Zone.js - Draft
Angular and Zone.js


Learn how Zone.js works for Angular application.

21. Zones and Change Detection

21.1 NgZone Is Zone.js for Angular

The NgZone class is a wrapper around the zone.js framework. The dependency injector can also pass in the zone through constructor injection.

5. References