richard-ncs
richard-ncs
As suggested, I tried adding `ckeditor` to dev dependencies and even tried downgrading `@ckeditor/[email protected]`. None of this has worked for me at all and the error persists. Stackblitz: https://stackblitz.com/edit/stackblitz-starters-ymdlvz?file=package.json
> @richard-ncs I know it's not ideal, but to make your stackblitz project work is by editing `app.component.ts`: > > * change the import to `import ClassicEditor from '@ckeditor/ckeditor5-build-classic';` >...
I've tried downgrading versions of ckeditor and ckeditor-angular to the ones shown in the example Stackblitz in the documentation but then I get a different typing error which I cannot...