take-while-alive

Custom rxjs operator to automatically unsubscribe any subscription when an Angular component/service is destroyed

angular-auto-unsubscribe

To improve the angular application performance we need to implement ngOnDestroy in each and every component and we need to manually make the component variable undefined and call unsubscribe for the subscriptions for Angular application performance improv