In my ckeditor custom, i install using
npm install --save @ckeditor/ckeditor5-core
but, i get this error when i try to import in my angular project:
import { ResizableHeight } from '@pikulinpw/ckeditor5-resizableheight';
Could not find a declaration file for module '@pikulinpw/ckeditor5-resizableheight'. 'c:/Projetos/siscoe_angular/SisCOE/frontend/src/app/material/editortextr/ckeditor5-custom-build/node_modules/@pikulinpw/ckeditor5-resizableheight/src/ResizableHeight.js' implicitly has an 'any' type.
Try npm i --save-dev @types/pikulinpw__ckeditor5-resizableheight if it exists or add a new declaration (.d.ts) file containing declare module '@pikulinpw/ckeditor5-resizableheight';ts(7016)
and i already installed angular core 5, i dont know how to solve, please help-me!
In my ckeditor custom, i install using
npm install --save @ckeditor/ckeditor5-corebut, i get this error when i try to import in my angular project:
import { ResizableHeight } from '@pikulinpw/ckeditor5-resizableheight';and i already installed angular core 5, i dont know how to solve, please help-me!