15 lines
492 B
TypeScript
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;
|