-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for untilDestroyed alias in rxjs-no-unsafe-takeuntil #112
Comments
That sounds like a reasonable request. It should be pretty easy to implement. I've added it to my list of things to do over the next few days. |
Published in |
Thanks for the quick implementation @cartant! 🍺 |
@shaungrady Did you test this? Because after following the documentation, this does still get ingored:
|
What does this mean? In the context of this test, which, AFAICT, passes: |
Ahh, I apologize. @spitfjre the problem is that |
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. |
The
untilDestroy
library is a fairly popular and convenient way of implementing thetakeUntil
unsubscription pattern for the Angular component lifecycle with minimal effort.It would be nice to leverage the
rxjs-no-unsafe-takeuntil
rule with theuntilDestroyed
operator.The text was updated successfully, but these errors were encountered: