You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zone.js patches the Error object in a way that makes constructing an error 15-20x slower.
Until the Zone.js issue is fixed, we need to use the native/unpatched Error object.