Introduction
Getting Started
demo | edit on stackblitz | documentation | migrating from other editors
Installation
Install via Package managers such as npm or pnpm or yarn
Usage
Note: By default the editor comes with minimal features. Refer the demo and documentation for more details and examples.
Import ngx-editor
module
Component
Then in HTML
Note: Input can be a HTML string or a jsonDoc
Working with HTML
If the Input to the component is HTML, output will be HTML. To manually convert json output from the editor to html
Or to convert HTML to json. Optional, as Editor will accept HTML input
Commands
Run exec
to apply the changes to the editor.
Optional Configuration
You can specify locals and icons to be used in the editor
Browser Compatibility
Mostly works on all Evergreen-Browsers like
- Google Chrome
- Microsoft Edge
- Mozilla Firefox
- Opera
- Safari