Wysiwyg editor for angular4

error picture error · Sep 12, 2017 · Viewed 56.1k times · Source

Does someone knows a good free wysiwyg editor compatible with angular 4 ?

Froala seems to be good but unfortunately it's not free.

Maybe using angular 4 was not a good idea because it's hard to find a lot of basic things ...

Thank you

Answer

Ronin picture Ronin · Mar 7, 2018

Since I had the same problem, I'm sharing the results of my research here:

ng2-ckeditor

demo here

enter image description here

ngx-editor

demo here

EDIT 2019/01/12 - THIS PROJECT IS NOT ACTIVELY MAINTAINED ANYMORE

enter image description here

quill.js for angular

demo here

Note: Quill uses JSON to store the data internally, not html.

enter image description here

PRIME NG

Theme collection, that features a Quill-based WYSIWYG-editor as well, demo here. Some of themes are free.

ngx-md

A WYSIWYG editor which uses MarkDown rather than HTML, demo here

Edit

If your choice was quill.js, you might want to use KillerCodeMonkey's implementation since it is compatible with angular 5.