ngx-inline-editor icon indicating copy to clipboard operation
ngx-inline-editor copied to clipboard

Add Support for Angular 6 & RxJS 6

Open yehia2amer opened this issue 6 years ago • 3 comments

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!

yehia2amer avatar May 15 '18 14:05 yehia2amer

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

rabin-naga avatar Jul 04 '18 07:07 rabin-naga

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.

KeithGillette avatar Aug 13 '18 19:08 KeithGillette

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.

andys8 avatar Sep 18 '18 12:09 andys8