-
Notifications
You must be signed in to change notification settings - Fork 33
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
ckeditor4 elementRef line number 113 is not generic in angular #42
Comments
The And I don't know which line you talk about and what's the real issue. |
Hi @ma2ciek can we display file blob in ckEditor Can you help me to display this in ckEditor data <ckeditor [(ngModel)]="mycontent" |
Since you've installed the I'm not a specialist in the CKEditor 4 ecosystem, so I won't help you here. And AFAIK we don't provide any Word file loader, but I might be wrong. |
Thanks @ma2ciek for checking this issue, it's related to #39. @sanmscse at the moment Angular 6+ is supported. After #40 will be closed also Angular 5 will be supported and this issue should be solved, since it concerns the generic type you mentioned. |
Hi @f1ames , @ma2ciek , @Reinmar , @jodator Can we load the blob or byte array (which might be .docx/.pdf) i've tried in config.BaseHref = "blob:http://localhost:49842/d673f9dd-5653-413b-b5ff-429cf21191bf" but not works. Can you suggest some ideas on this Thanks |
@sanmscse your last #42 (comment) is not related to Angular integration. If you have any issues or feature requests regarding CKEditor 4 you may report in ckeditor-dev repository. As for handling blobs, CKEditor don't support it. You may use external code which will convert blob to HTML and then feed such data to CKEditor. |
ckeditor4 elementRef line number 113 is not generic in angular
The text was updated successfully, but these errors were encountered: