Skip to content

Check whether RxJs subscriptions in Angular component are complete or unsubscribed #91

@AKlaus

Description

@AKlaus

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions