RxJS v5 -> v6 Upgrade
Preparing to upgrade from RxJS v5 to v6? Here are some resources you might find handy:
RxJS-TsLint
TsLint rules for migration to RxJS 6. Auto-update project for new import paths and transition to pipeable operators.
RxJS v5.x to v6 Update Guide
Comprehensive guide for updating your project from RxJS v5 to 6
Interactive Comparison of RxJS v5 and v6 Code
Demonstrates differences between v5 and v6 code, as well as RxJS examples utilizing the experimental pipeline operator.
Pipeable Operators
Explanation and examples of utilizing pipeable operators.