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.
Hello, I'm using zone.js in an node app and a module chains calls to removeAllListeners(). The patched version of removeAllListeners() doesn't seem to return the EventEmitter.
The following code breaks:
Hello, I'm using zone.js in an node app and a module chains calls to removeAllListeners(). The patched version of removeAllListeners() doesn't seem to return the EventEmitter.
The following code breaks:
Here's my
zone.jssetup code:Am I missing something?