ngx-quill-editor icon indicating copy to clipboard operation
ngx-quill-editor copied to clipboard

unexpected value 'undefined' imported by the module appmodule

Open pierre03 opened this issue 7 years ago • 3 comments

Hello, I tried to use the exemple in my angular 5 project, but I got an error "unexpected value 'undefined' imported by the module appmodule" I have imported the module like this:

import { QuillEditorModule } from 'ngx-quill-editor';

imports: [
    BrowserModule,
    DataTablesModule,
    FormsModule,
    AppRoutingModule,
    ToasterModule,
    QuillEditorModule,
    NoopAnimationsModule,
    BrowserAnimationsModule,
    MaterialModule,
    ImageZoomModule,
    TranslateModule.forRoot(),
    NgxStepperModule,
    HttpClientModule,

    // The HttpClientInMemoryWebApiModule module intercepts HTTP requests
    // and returns silmulated server response
    // Remove it when a real server is ready to receive requests
    HttpClientInMemoryWebApiModule.forRoot(
      InMemorySearchDataService, { dataEncapsulation: false }
    )],

Then, i copied exactlly the same code from the exemple into my web page, and finally i got the error, can you tell me why, should i install another dependency? or is there anything wrong in my appmodule? Thanks.

pierre03 avatar Dec 07 '17 13:12 pierre03

Hi! Any solution for this?

Julianhm9612 avatar Jan 30 '18 13:01 Julianhm9612

It's been 6 months, has anyone solved this??

KunalOjha avatar May 16 '18 20:05 KunalOjha

I have the same error, any solution?

Julianhm9612 avatar Jan 18 '19 18:01 Julianhm9612