mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This flag allows message event listeners to prevent callbacks from executing within the NgZone if they contain a special `__ignore_ng_zone__` flag. This functionality is built with Angular DevTools in mind, where it prevents an infinite change detection loop in inspecting applications that have message event listeners: CD -> Inspected app emits componentTreeDirty event to DevTools -> DevTools emits event to get new component Tree from Inspected app -> Inspected app message event listener fires -> CD PR Close #51339 |
||
|---|---|---|
| .. | ||
| async-stack-tagging.ts | ||
| ng_zone.ts | ||