Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove uses of rxjs patch operators #5314

Merged
merged 1 commit into from
Jun 23, 2017

Commits on Jun 23, 2017

  1. feat: remove uses of rxjs patch operators

    Refactors the entire codebase not to use the patch operators from RxJS, because they pollute the user's setup. Instead, opts into importing the operators directly and chaining them via the `RxChain` class.
    
    Fixes angular#2622.
    crisbeto authored and jelbourn committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    bc5e67e View commit details
    Browse the repository at this point in the history