Initial commit

This commit is contained in:
2023-02-03 21:12:20 +02:00
commit d8d853060e
37 changed files with 25985 additions and 0 deletions

6
src/zone-flags.ts Normal file
View File

@@ -0,0 +1,6 @@
/**
* 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;