Created
April 4, 2024 02:37
-
-
Save ChellappanRajan/d47928250015e2f4284df5100aa2a962 to your computer and use it in GitHub Desktop.
Angular Zone Js Disable patching specific API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| index.html | |
| <script> | |
| __Zone_disable_Error = true; // Zone will not patch Error | |
| //https://github.com/angular/angular/blob/main/packages/zone.js/MODULE.md | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment