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.

add RxJS 6 support

See original GitHub issue

IMPORTANT Current version of auto-complete doesn’t support RxJS 6.

Steps to reproduce and a minimal demo Import auto-complete to project which uses RxJS 6 (without rxjs-compact).

Current behavior Angular CLI 6 returns error:

ERROR in node_modules/rxjs/Observable.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Observable'.
node_modules/@ngui/auto-complete/dist/auto-complete.d.ts(2,10): error TS2305: Module '"C:/<path-to-project>/node_modules/rxjs/Observable"' has no exported member 'Observable'.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:14 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
webcat12345commented, Jun 26, 2018

@almothafar , Now Rxjs 6 and Angular 6 is quite common and most of packages are supporting Rxjs6 as well. Can we merge this and add some important tip to versioning?

3reactions
ArnaudPelcommented, Jun 5, 2018

Thank you for your quick reply. Yes I mentioned the maintenance of two branches precisely because you indicated the drawbacks of merging #351. For example, version 1.X could keep evolving with Angular 5 compatibility and still get bugfixes, while a new version 2.X could be created to include #351 and subsequent new features. The drawback is that you have to cherry-pick bugfixes (and possibly some new features) from the 2.X branch to 1.X.

Anyway, would you have an ETA in mind for the merge ? Thanks again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

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 >
RxJS 6: What's new and what has changed? - Auth0
RxJs 6 is out to provide developers with improvements in modularity, a boost in performance and easier to debug call stacks.
Read more >
RxJS 6 - What Changed? - Academind
RxJS 6 changes everything! Or does it? It certainly breaks your imports and operator usage. Time for some (quick!) fixes!
Read more >
Add support for rxjs > 6 · Issue #57 · bougarfaoui/ng-socket-io
When I update my angular project from 5.x to 6.x with rxjs 6.x I get following error: ERROR in node_modules/ng-socket-io/dist/src/socket-io.
Read more >
rxjs - npm
If you're using RxJS version below 7.2, you can pull in any operator you need from one spot, under 'rxjs/operators' . import {...
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