-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ckeditor5 - Type 'DecoupledEditorUI' is not assignable to type 'EditorUI' #391
Comments
Hi, sorry for the late reply! Why are you declaring the typings? We are shipping packages with full TypeScript support right now. |
I have this same issue, with no custom types declared. I only got this error once I updated from angular 16 to angular 17 and ckeditor from 40.0 to 40.1. On a first ng serve I don't get any error, but when live reload runs (or an ng build) I get this error:
My project package.json:
My editor build package.json:
If I only update angular from 16 to 17 but stay on v40.0 of ckeditor, I get this error:
I'm currently running the |
I am trying to use CKEditor 5 in Angular 16 with a custom editor type. I am getting the error
My code is as follows:
import DecoupledEditor from '@ckeditor/ckeditor5-build-decoupled-document';
export class TemplateFormComponent implements OnInit {
...
}
.html:
My package.json:
I also created a ckeditor.typings.d.ts:
Any thoughts?
The text was updated successfully, but these errors were encountered: