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
how to solve this problem, bosses, or is there any other rich text editor that can be used in angular