ngneat / until-destroy

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

[Documentation] For using `untilDestroyed` in non Angular apps #220

Closed HarshRohila closed 1 year ago

HarshRohila commented 1 year ago

I found this in implementation that it can work with non angular apps by providing destroy method name Using this in Stencil.js app untilDestroyed(this, 'disconnectedCallback') This can be added in Readme file

HarshRohila commented 1 year ago

Oh, Its already there