Is there a way to validate that all RxJs subscriptions are either complete or unsubscribed by the end of the life cycle of Angular component (when ngOnDestroy is called)?
My understanding is that rxjs-tslint-rules
doesn't support it at the moment. However, I'd like to see your take on
- whether it is possible?
and
- is
rxjs-tslint-rules
the right tool for that?