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

Angular 5

Open Shakell opened this issue 6 years ago • 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.

Shakell avatar Apr 23 '18 12:04 Shakell

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

prasanna-sasne avatar Apr 27 '18 06:04 prasanna-sasne

Same issue with Angular6, any clue ?

FabriqueNumerique avatar May 27 '18 17:05 FabriqueNumerique

index.ts is missing from the TypeScript compilation

with angular 5

HTShin avatar Jul 18 '18 16:07 HTShin

Same with Angular 5 here

bonjourclaudio avatar Jul 26 '18 13:07 bonjourclaudio

Anybody know how fix it?

dancornilov avatar Sep 06 '18 10:09 dancornilov

Try this solution : https://github.com/surmon-china/ngx-quill-editor/issues/31

JacobSamro avatar Jan 14 '19 18:01 JacobSamro