Open yehia2amer opened 6 years ago
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
We are using @qontu/ngx-inline-editor@0.2.0-alpha.12
in an Angular 6.1.2 project with no issues except when we attempt to build with AoT per #127.
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.
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!