You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
tsconfig.json
"noUnusedParameters": true /* Report errors on unused parameters. */,
The text was updated successfully, but these errors were encountered: