Hi,
I would like to know if you have any Angular components for the following editors that you support in the HTML version:
Hi Aristeidis,
I'm glad you found the reply helpful:
- We do not have any immediate plans to add an integration to Angular demos with any of the editors you mentioned.
- We do not recommend using the Quill bundle that we mention in the HTML docs and creating an Angular wrapper over it. The Quill bundle is for Vanilla JS, which may not work well with Angular. Instead, we suggest using the Angular-Quill library that provides a native Angular component for Quill with minimal dependencies and configuration.
If you have any further questions, please do not hesitate to contact us.
Hi Aristeidis Bampakos
In Metronic Angular, there are no specific demos for the Quill, TinyMCE, and CKEditor plugins. However, you can use Angular wrappers for these editors in your Angular project. Here are some popular libraries:
Angular-Quill - https://github.com/KillerCodeMonkey/ngx-quill
Angular-TinyMCE - https://www.tiny.cloud/docs/integrations/angular/
ng2-ckeditor - https://github.com/yabab-dev/ng2-ckeditor
To use these libraries, install them using npm and follow their documentation for integration into your Angular project.
Thank you
Thank you very much for your prompt reply! It would be great if you could help me with a couple of follow-up questions: