question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular and RxJS v6 compatibility

See original GitHub issue

Attempting to migrate a project to Angular v6.0.0-rc.2 with RxJS v6.0.0-rc.0 and rxjs-compat installed. Getting the following error on build: ERROR in ./node_modules/apollo-angular/utils.js Module not found: Error: Can't resolve 'rxjs/operator/observeOn'

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

12reactions
kamilkisielacommented, Apr 7, 2018

I’m going to migrate everything to RxJS and Angular 6 soon.

4reactions
kamilkisielacommented, Apr 16, 2018

I’m going to do this after Wednesday but if someone wants to pick it up than it’s fine 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

RxJS 6: What's new and what has changed? - Auth0
The RxJS team has made a solid effort on making this release as backward compatible as possible. However, in an effort to reduce...
Read more >
Compatibility with Angular 6 / RxJs v6 · Issue #1255 - GitHub
Angular 6 has dependency on RxJs 6. RxJs 6 require a pipeable operators. Generated AngularClient files use at moment "old" style and should...
Read more >
Angular 6 Upgrade: Migrating to RxJS 6 - Techiediaries
First, you need to make sure that you are using the latest version (RxJS 5.5) in your project. · Next, you need to...
Read more >
RxJS 6.x to 7.x Detailed Change List
This document contains a detailed list of changes between RxJS 6.x and RxJS 7.x, presented in the order they can be found when...
Read more >
The RxJS library - Angular
Reactive programming is an asynchronous programming paradigm concerned with data streams and the propagation of change (Wikipedia). RxJS (Reactive ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found