Files
427e7578-d7bf-49c8-aee9-2dd…/src/zone-flags.ts
Dimas Wiese 6b0f87199c init
2026-03-15 23:53:59 +01:00

7 lines
201 B
TypeScript

/**
* Prevents Angular change detection from
* running with certain Web Component callbacks
*/
// eslint-disable-next-line no-underscore-dangle
(window as any).__Zone_disable_customElements = true;