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
The untilDestroy library is a fairly popular and convenient way of implementing the takeUntil unsubscription pattern for the Angular component lifecycle with minimal effort.
It would be nice to leverage the rxjs-no-unsafe-takeuntil rule with the untilDestroyed operator.