Fundamentals of change detection - Angular
https://angular.io/guide/zone
Fundamentals of Change DetectionlinkZones and Execution ContextslinkZones and async Lifecycle HookslinkNgzonelink While Zone.js can observe all the states of synchronous and asynchronous operations, Angular additionally provides a service called NgZone.This service creates a zone named angularto automatically trigger change detection when the following conditions are satisfied: 1. When a sync or async function is executed 2. When there is no microTaskscheduled
While Zone.js can observe all the states of synchronous and asynchronous operations, Angular additionally provides a service called NgZone.This service creates a zone named angularto automatically trigger change detection when the following conditions are satisfied: 1. When a sync or async function is executed 2. When there is no microTaskscheduled
DA: 8 PA: 39 MOZ Rank: 47