ngneat / until-destroy

🦊 RxJS operator that unsubscribe from observables on destroy
https://netbasal.com/
MIT License
1.74k stars 100 forks source link

Upgrade consideration for cancelling request with HttpClient #249

Open TruongTheTan opened 1 month ago

TruongTheTan commented 1 month ago

I don't know if it possible to upgrade in order to use auto unsubscribe with http request if a component is destroy (means cancel request if switch to another page) ?

Or you have any other suggestion for this problem ?