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

Angular 6 & rxjs compatability #43

Closed
ImranAhmed opened this issue May 6, 2018 · 6 comments
Closed

Angular 6 & rxjs compatability #43

ImranAhmed opened this issue May 6, 2018 · 6 comments

Comments

@ImranAhmed
Copy link

ImranAhmed commented May 6, 2018

Hi,

I've just tried this with the new Angular v6.0. I am getting the following error:

ERROR in node_modules/@ngu/carousel/src/ngu-carousel.service.d.ts(1,10): error TS2305: Module '"../node_modules/rxjs/Subject"' has no exported member 'Subject'.

As a temp fix you can install the following package for backward compatibility but it would be good to remove this dependency.

npm install rxjs-compat@6 --save

@ImranAhmed ImranAhmed changed the title Angular 6 Upgrade Error Angular 6 & rxj6 compatability May 6, 2018
@ImranAhmed ImranAhmed reopened this May 6, 2018
@DukeCaesar
Copy link

As a temporary solution, you may try to install the 1.4.1 version of ngu-carousel, which may work as well.
The command is as below:
npm install @ngu/carousel@^1.4.1 --save

@gfoo gfoo mentioned this issue May 14, 2018
@beyondtheobservableuniverse

Same error in the 1.4.1 version.

@EddieBenji
Copy link

It would be really helpful to get this project updated to latest Rxjs, please!

@pantonis
Copy link

pantonis commented Jul 3, 2018

Any news on the update?

@ImranAhmed ImranAhmed changed the title Angular 6 & rxj6 compatability Angular 6 & rxjs compatability Jul 4, 2018
@sheikalthaf
Copy link
Collaborator

@ImranAhmed @pantonis @beyondtheobservableuniverse Update the carousel to angular 6. Please check release. Thanks

@pantonis
Copy link

pantonis commented Sep 8, 2018 via email

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants