Files
WrenchBoardIonic2023/src/zone-flags.ts
T
CHIEFSOFT\ameye cea49e295a first commit
2023-05-12 22:30:08 -04:00

15 lines
492 B
TypeScript

/*
Authors : initappz (Rahul Jograna)
Website : https://initappz.com/
App Name : E-Learning App Template
This App Template Source code is licensed as per the
terms found in the Website https://initappz.com/license
Copyright and Good Faith Purchasers © 2021-present initappz.
*/
/**
* 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;