Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ChellappanRajan/d47928250015e2f4284df5100aa2a962 to your computer and use it in GitHub Desktop.

Select an option

Save ChellappanRajan/d47928250015e2f4284df5100aa2a962 to your computer and use it in GitHub Desktop.
Angular Zone Js Disable patching specific API
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