-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature Request: ngOnDestroy for Observable Subscriptions #9
Comments
@danielzen thanks for your request. whenever an observable is subscribed to within a component, the lint-rules/rules/angularRxjsTakeuntilBeforeSubscribeRule.ts Lines 195 to 216 in eafe305
lint-rules/rules/angularRxjsTakeuntilBeforeSubscribeRule.ts Lines 417 to 424 in eafe305
how is your feature request different from that? |
Not sure why it didn't work for me, but I will double check. Thanks! |
Item #6 contains the code:
https://blog.bitsrc.io/6-ways-to-unsubscribe-from-observables-in-angular-ab912819a78f
The text was updated successfully, but these errors were encountered: