Skip to content

Commit

Permalink
docs(migration): mention util interfaces in migration import paths (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsik authored and benlesh committed Jul 3, 2018
1 parent eb42a60 commit f9318d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_app/content/guide/v6/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ For JavaScript developers, the general rule is as follows:

1. **rxjs:** Creation methods, types, schedulers and utilities
```ts
import { Observable, Subject, asapScheduler, pipe, of, from, interval, merge, fromEvent } from 'rxjs';
import { Observable, Subject, asapScheduler, pipe, of, from, interval, merge, fromEvent, SubscriptionLike, PartialObserver } from 'rxjs';
```

2. **rxjs/operators**: All pipeable operators:
Expand Down

0 comments on commit f9318d8

Please sign in to comment.