ccherot/winetracker

Unsubscribe from all observalbes

Opened this issue · 0 comments

You can either do this in ngOnDestroy There is a way to do this automagically as soon as you connect to the observable the first time or you can apply a condition using takeWhile or something similar.

Check whether converting to a promise unsubscribes automagially or whether you need another way to do this.