Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 871 Bytes

rxjs5-6.md

File metadata and controls

23 lines (14 loc) · 871 Bytes

RxJS v5 -> v6 Upgrade

Preparing to upgrade from RxJS v5 to v6? Here are some resources you might find handy:

TsLint rules for migration to RxJS 6. Auto-update project for new import paths and transition to pipeable operators.

Comprehensive guide for updating your project from RxJS v5 to 6

Demonstrates differences between v5 and v6 code, as well as RxJS examples utilizing the experimental pipeline operator.

Explanation and examples of utilizing pipeable operators.