NgxEditor
A Simple WYSIWYG Editor for Angular2+ Applications.
Getting Started
Installation
Install via Package managers such as npm or yarn
npm install ngx-editor --save# or yarn add ngx-editor
Usage
Import ngx-editor
module
;
Import font-awesome into your application
Then in HTML
For ngModel
to work, You must import FormsModule
from @angular/forms
Demo
Demo at stackblitz ngx-editor
Documentation
Documentation is auto-generated using compodoc, and can be viewed here: https://sibiraj-s.github.io/ngx-editor/
Wiki here