ngx-quill-editor
ngx-quill-editor copied to clipboard
Type checking errors with Angular 7
tsconfig.json
"noUnusedParameters": true /* Report errors on unused parameters. */,
ERROR in node_modules/ngx-quill-editor/quillEditor.component.ts(110,41): error TS6133: 'delta' is declared but its value is never read.
node_modules/ngx-quill-editor/quillEditor.component.ts(110,53): error TS6133: 'oldDelta' is declared but its value is never read.
node_modules/ngx-quill-editor/quillEditor.component.ts(110,68): error TS6133: 'source' is declared but its value is never read.
Did you find this error?
I guess this project is not actively maintaining, i would suggest get rid of it in your project.