Skip to content

Commit 4274016

Browse files
committed
docs: update note on auto migration
1 parent 516f949 commit 4274016

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ rxjs-5-to-6-migrate -p src/tsconfig.app.json
3030

3131
**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.
3232

33+
*If you're following the migration instructions from https://update.angular.io, between versions 5 and 6 you'll have to run `ng update @angular/core`. This step will install `rxjs-compat`, which will let `rxjs-5-to-6-migrate` to perform the correct code transformations.*
34+
3335
## Use rules
3436

3537
To use the exported rules without `rxjs-5-to-6-migrate`, use the `rulesDirectory` configuration property of `tslint.json`:

0 commit comments

Comments
 (0)