stefanoslig/angular-ngrx-nx-realworld-example-app

Enhance Observables subscribion

tarekselem opened this issue · 0 comments

Subscribed observables should be unsubscribed after the component being destroyed. I would even prefer moving the observable subscribing to HTML template and subscribing using Async pipe to guarantee unsubscribing will be managed automatically.