Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

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
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


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 -
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
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(