Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Editor components for Angular


Hi,

I would like to know if you have any Angular components for the following editors that you support in the HTML version:


  • Quill

  • TinyMCE

  • CKEditor


Thank you!
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


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:


  • Do you plan to add an integration to Angular demos with any of the preceding editors?

  • Would you recommend using the Quill bundle that you mention in the HTML docs and create an Angular wrapper over it?



Best regards,

Aristeidis

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.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(