Do I need to use takeUntilDestroyed pipe if I open a subscribtion in the Angular app (root) component?
In Angular is good practice to call unsubscribe in open subscriptions on component destroy:
In Angular is good practice to call unsubscribe in open subscriptions on component destroy: