codechavez / angular-inline-editor

angular-inline-editor is a small Angular library that allows the experience to use editable elements (click-to-edit) without the pain and/or hassle.
https://www.npmjs.com/package/angular-inline-editors
MIT License
9 stars 11 forks source link

Does not work with Angular 9. #9

Open MatyasK opened 4 years ago

MatyasK commented 4 years ago

I'm trying to use this with Angular 9. but I get his error: ERROR in node_modules/angular-inline-editors/node_modules/@angular/core/src/linker/compiler.d.ts:67:25 - error TS2694: Namespace '".../node_modules/angular-inline-editors/node_modules/@angular/core/src/r3_symbols"' has no exported member 'ɵɵFactoryDef'.

elementalTIMING commented 4 years ago

Are there any plans to make it run on Angular9?

Thx!