Enhance Observables subscribion
tarekselem opened this issue · 0 comments
tarekselem commented
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.