ngx-quill-editor
ngx-quill-editor copied to clipboard
unexpected value 'undefined' imported by the module appmodule
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.
Hi! Any solution for this?
It's been 6 months, has anyone solved this??
I have the same error, any solution?