Skip to content
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

docs(observable.md): add missing import #7026

Conversation

jakovljevic-mladen
Copy link
Member

@jakovljevic-mladen jakovljevic-mladen commented Jul 21, 2022

Description:
Adds missing import in one of the examples in the Disposing Observable Executions section. Prettier did many "fixes" in the file, I'm sorry for that.

Related issue (if exists):
Closes #6904

@@ -406,7 +412,9 @@ Each Observable must define how to dispose resources of that execution when we c

For instance, this is how we clear an interval execution set with `setInterval`:

```js
```ts
import { Observable } from 'rxjs';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line was added, other lines were "fixed" by Prettier.

@benlesh benlesh merged commit 3838af8 into ReactiveX:master Aug 10, 2022
@jakovljevic-mladen jakovljevic-mladen deleted the add_missing_import_in_observable_guide branch August 11, 2022 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants