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
Angular services also can use the OnDestroy, if subscriptions are done there for background tasks, we should be able to link them as "use a subscription object and unsubscribe on OnDestroy"
The text was updated successfully, but these errors were encountered:
The ESLint version of this rule supports classes other than components. I'm not really interested in adding features/functionality to this package of rules now that TSLint has reached its end of life.
Angular services also can use the
OnDestroy
, if subscriptions are done there for background tasks, we should be able to link them as "use a subscription object and unsubscribe onOnDestroy
"The text was updated successfully, but these errors were encountered: