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
fix(windowWhen): fix windowWhen with regard to unsubscriptions
Fix windowWhen operator to unsubscribe the closingNotification observable when the source has raised
an error or has completed, or received an explicit unsubscribe() call. Also change windowWhen to
close a window whenever the closingNotification completes, this is aligned with how windowToggle
behaves as well.
0 commit comments