surmon-china/ngx-quill-editor

Angular 5

Shakell opened this issue · 6 comments

Hello I want to integrate nix-quill-editor to my angular 5 project, and I import the module to my app.module.ts, the browser has a error which is
Error: Unexpected value 'undefined' imported by the module 'AppModule'

The code is
`import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';

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

@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
QuillEditorModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }`

Anyone knows the reason? Thank you.

I'm also facing same issue.Can anyone found any solution for this??

Same issue with Angular6, any clue ?

index.ts is missing from the TypeScript compilation

with angular 5

Same with Angular 5 here

Anybody know how fix it?

Try this solution : #31