mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
test(angular): add support for multi-version testing (#25665)
This commit is contained in:
5
angular/test/base/src/zone-flags.ts
Normal file
5
angular/test/base/src/zone-flags.ts
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Prevents Angular change detection from
|
||||
* running with certain Web Component callbacks
|
||||
*/
|
||||
(window as any).__Zone_disable_customElements = true;
|
Reference in New Issue
Block a user