Whenever I store the Subscription instances, I am using unsubscribe() during the ngOnDestroy life cycle in all components.
But I want to implement that within one file, so I don’t have to use unsubscribe() in each component.
1
Whenever I store the Subscription instances, I am using unsubscribe() during the ngOnDestroy life cycle in all components.
But I want to implement that within one file, so I don’t have to use unsubscribe() in each component.
1