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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
zone.js might break code where an object has an HTMLElement inside and another code tries to JSON.stringify it.
Without zone.js
HTMLElement is serialized to

{}
byJSON.stringify
:With zone.js 0.8.5 and an event attached to the element
The text was updated successfully, but these errors were encountered: