scttcper / ngx-codemirror

Codemirror Wrapper for Angular
https://ngx-codemirror.vercel.app
MIT License
282 stars 47 forks source link

node_modules/@ctrl/ngx-codemirror/codemirror.component.d.ts:58:18 - error TS2707: Generic type 'ɵɵComponentDeclaration' requires between 7 and 8 type arguments. #315

Closed KostaD02 closed 1 year ago

KostaD02 commented 1 year ago

Error: node_modules/@ctrl/ngx-codemirror/codemirror.component.d.ts:58:18 - error TS2707: Generic type 'ɵɵComponentDeclaration' requires between 7 and 8 type arguments.

58 static ɵcmp: i0.ɵɵComponentDeclaration<CodemirrorComponent, "ngx-codemirror", never, { "className": "className"; "name": "name"; "autoFocus": "autoFocus"; "options": "options"; "preserveScrollPosition": "preserveScrollPosition"; }, { "cursorActivity": "cursorActivity"; "focusChange": "focusChange"; "scroll": "scroll"; "drop": "drop"; }, never, never, false, never>;

Angular CLI: 14.2.10 Node: 14.20.0

KostaD02 commented 1 year ago

installed @ctrl/ngx-codemirror@5.1.1 version and worked