KillerCodeMonkey / ngx-quill

Angular (>=2) components for the Quill Rich Text Editor
MIT License
1.79k stars 262 forks source link

Error while compiling #1617

Closed alienforhumans closed 2 years ago

alienforhumans commented 2 years ago

Error says:

image

Solved when i change in ngx-quill/lib/quill-editor.component.d.ts

from

import QuillType, { Delta } from 'quill';

to

import QuillType from 'quill';
import Delta from 'quill';
KillerCodeMonkey commented 2 years ago

again... please read the readme or check for already closed issues... install the correct version of the typings..

KillerCodeMonkey commented 2 years ago

https://github.com/KillerCodeMonkey/ngx-quill#installation

install @angular/core, @angular/common, @angular/forms, @angular/platform-browser, quill v1.x, @types/quill v1.x and rxjs - peer dependencies of ngx-quill