You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi!
I'm working on an Angular project with
strictTemplates
enabled, and am running into a problem withng2-ckeditor
, where the output of the(change)
output binding is typed asCKEDITOR.eventInfo
but the output in reality is astring
.When checking source code, I see that
change.emit()
is being called with the result ofinstance.getData()
which - according to the docs - is astring
, not aCKEDITOR.eventInfo
.Can anybody confirm this? I'll be happy to submit a PR.
The text was updated successfully, but these errors were encountered: