NGX Editor

OverviewOfficial Website

NGX Editor is a set of ready-to-use rich text editors created with a powerful framework. Made with real-time collaborative editing in mind.

Add Package
npm install ngx-editor --save
Remove Package
npm uninstall ngx-editor or you can remove package by removing specific package from package.json
Examples
Title Script
NGX Editor
<ngx-editor-menu [editor]="editor" [toolbar]="toolbar"></ngx-editor-menu>
import { Validators, Editor, Toolbar, TOOLBAR_FULL } from 'ngx-editor';
editor: any = Editor;
toolbar: any = TOOLBAR_FULL; 
this.editor = new Editor();
© Hybrix.
Design & Develop by Themesbrand