Skip to content
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

change output is not EventEmitter of type CKEDITOR.eventInfo but string #324

Open
Timebutt opened this issue Jan 25, 2022 · 0 comments
Open

Comments

@Timebutt
Copy link
Contributor

Hi!

I'm working on an Angular project with strictTemplates enabled, and am running into a problem with ng2-ckeditor, where the output of the (change) output binding is typed as CKEDITOR.eventInfo but the output in reality is a string.

When checking source code, I see that change.emit() is being called with the result of instance.getData() which - according to the docs - is a string, not a CKEDITOR.eventInfo.

Can anybody confirm this? I'll be happy to submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant