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.
I can't past the basic example. I run
ng init
using Angular CLI, thennpm i ng2-inline-editor --save
. Addimport {InlineEditorModule} from 'ng2-inline-editor';
to app module then in the same file addInlineEditorModule
to the imports array and ng serve that up and I get thatERROR 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 theng serve
and got the same error.Any ideas?