A Simple Editor for Angular Applications.
Install via Package managers such as [npm][npm] or [yarn][yarn]
npm install
Import editor
module
import { EditorModule } from 'editor';
@NgModule({
imports: [ EditorModule ]
})
npm start
Import font-awesome into your application
Then in HTML
<app-editor [(ngModel)]="htmlContent"></app-editor>
editor
depeneds on the following libraries to work.
All Evergreen-Browsers are supported
- Google Chrome
- Microsoft Edge
- Mozilla Firefox
- Opera