Trying to get ngx-inline-editor to work and I'm getting the error message above in the F12 screen.
My import in app.module looks like
import {InlineEditorModule} from '@qontu/ngx-inline-editor';
and
@NgModule({
imports: [
InlineEditorModule,
running npm version 5.0.3 and nodejs version v8.1.4
Trying to get ngx-inline-editor to work and I'm getting the error message above in the F12 screen.
My import in app.module looks like import {InlineEditorModule} from '@qontu/ngx-inline-editor'; and @NgModule({ imports: [ InlineEditorModule,
running npm version 5.0.3 and nodejs version v8.1.4
@qontu/ngx-inline-editor exists in node-modules.
Any help would be appreciated. Thanks.