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

Type checking errors with Angular 7

Open lubkoKuzenko opened this issue 6 years ago • 2 comments

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.

lubkoKuzenko avatar Jan 18 '19 08:01 lubkoKuzenko

Did you find this error?

consule avatar Feb 13 '19 14:02 consule

I guess this project is not actively maintaining, i would suggest get rid of it in your project.

gvsharma avatar Nov 26 '19 06:11 gvsharma