Angular Rich text Editor Quill reported an error

to use a rich text editor in the project, I found Quill

I introduced

into app after npm install ng2-quill-editor.
import { QuillEditorModule } from "ng2-quill-editor";

imports: [
    QuillEditorModule, //
  ],



an error will be reported at this time

clipboard.png

how to solve this problem, bosses, or is there any other rich text editor that can be used in angular

Mar.02,2021

install npm install-- save-dev @ types/node
configure tsconfig.app.json

"compilerOptions": {
"types": ["node", "jasmine"]
}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bfe7-40b1e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bfe7-40b1e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?