You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ For an Angular CLI project the invocation of `rxjs-5-to-6-migrate` will be:
28
28
rxjs-5-to-6-migrate -p src/tsconfig.app.json
29
29
```
30
30
31
+
**Note:** The rules use type checking to find all the instances of operators that need to be migrated to pipeables. This requires you to have `rxjs@5` installed so that tslint could find the correct type definitions.
32
+
31
33
## Use rules
32
34
33
35
To use the exported rules without `rxjs-5-to-6-migrate`, use the `rulesDirectory` configuration property of `tslint.json`:
0 commit comments