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

Add Support for Angular 6 & RxJS 6 #136

Open
yehia2amer opened this issue May 15, 2018 · 3 comments
Open

Add Support for Angular 6 & RxJS 6 #136

yehia2amer opened this issue May 15, 2018 · 3 comments

Comments

@yehia2amer
Copy link

Now when trying to update to Angular 6 & RxJS 6, I got this error:
node_modules/@qontu/ngx-inline-editor/inputs/input-base.d.ts(3,10): error TS2305:
Module '"node_modules/rxjs/Subscription"' has no exported member 'Subscription'.

Any Plans to Update ?

Thanks!

@rabin-naga
Copy link

I am getting following error when using Inline Editor in Angular6.

ERROR Error: StaticInjectorError(AppModule)[NgClass -> ElementRef]:
StaticInjectorError(Platform: core)[NgClass -> ElementRef]:
NullInjectorError: No provider for ElementRef!

Any help? Thanks

@KeithGillette
Copy link

We are using @qontu/[email protected] in an Angular 6.1.2 project with no issues except when we attempt to build with AoT per #127.

@andys8
Copy link

andys8 commented Sep 18, 2018

Installing "rxjs-compat": "^6.0.0" resolved (at least removes) the error, but it's not working for me afterwards. Getting Can't bind to 'ngModel' since it isn't a known property of 'inline-editor'. but could also be me using it in a wrong way. But I'm trying the minimal example.

rovico pushed a commit to rovico/ngx-inline-editor that referenced this issue Feb 11, 2019
rovico pushed a commit to rovico/ngx-inline-editor that referenced this issue Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants