kosich / rxjs-autorun

Re-evaluate an expression whenever Observable in it emits
MIT License
33 stars 2 forks source link

Add option to strongly track an observable #14

Closed Jopie64 closed 3 years ago

Jopie64 commented 3 years ago

When used, once it got subscribed, it will never get unsubscribed.

This is an addition to #7. It will expose the behavior that it used to have by default.


It indeed looks like that it was easy to add this one too for completeness :) The hardest part was the test case.

kosich commented 3 years ago

💪 !

Jopie64 commented 3 years ago

Thnx for merging again! :)