Search code examples
angularwysiwyg

Wysiwyg editor for angular4


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


Solution

  • 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 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.