first commit

This commit is contained in:
Chiefsoft Works
2022-10-01 15:58:44 -04:00
commit 55f5dfd499
40 changed files with 29302 additions and 0 deletions
+6
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;