zone-flags.ts 201 B

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