question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for untilDestroyed alias in rxjs-no-unsafe-takeuntil

See original GitHub issue

The untilDestroy library is a fairly popular and convenient way of implementing the takeUntil unsubscription pattern for the Angular component lifecycle with minimal effort.

It would be nice to leverage the rxjs-no-unsafe-takeuntil rule with the untilDestroyed operator.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
cartantcommented, Dec 22, 2019

Published in 4.28.0.

2reactions
cartantcommented, Mar 4, 2020

This sounds like a separate issue. Again, I find myself pointing out that commenting on closed issues is something to be discouraged.

Save others’ time and open a new issue with a minimal reproduction and reference the issue upon which you would have otherwise commented.

Read more comments on GitHub >

github_iconTop Results From Across the Web

eslint: rxjs/no-unsafe-takeuntil issue - Stack Overflow
I have .eslintrc.json apart from it. I get Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser. for list of files.
Read more >
Angular: Managing RxJS Observable Subscriptions with ...
The takeUntil operator helps us get a bit further in making a clean break with our Subscription. Passing it in as an operator...
Read more >
@ngneat/until-destroy - npm
RxJS operator that unsubscribes when Angular component is destroyed. ... import { untilDestroyed } from 'ngx-take-until-destroy'; ...
Read more >
“Trick or Unsubscribe” in RxJS: a Custom Angular Decorator
Why Observables might be dangerous for your application? Let's consider "unsubscribe()" custom solution that will help to reduce risks and ...
Read more >
How To Use the takeUntil RxJS Operator to Manage ...
Introduction. Angular handles unsubscribing from observable subscriptions like those returned from the HTTP service or when using the async ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found