qontu / ngx-inline-editor

Native UI Inline-editor Angular (4.0+) component
https://qontu.github.io/ngx-inline-editor
MIT License
164 stars 90 forks source link

ERROR in InlineEditorModule is not an NgModule #25

Closed jsphweid closed 7 years ago

jsphweid commented 7 years ago

I can't past the basic example. I run ng init using Angular CLI, then npm i ng2-inline-editor --save. Add import {InlineEditorModule} from 'ng2-inline-editor'; to app module then in the same file add InlineEditorModule to the imports array and ng serve that up and I get that ERROR in InlineEditorModule is not an NgModule error. I saw your note on various versions of Angular2 ruining compatibility and so I copied your package.json from one of your examples, re-ran the ng serve and got the same error.

Any ideas?

tonivj5 commented 7 years ago

Hi @jsphweid , there is a problem with latest angular-cli and typescript (angular-cli issue). This could help you