/ngx-weditor

A Simple WYSIWYG Editor for Angular8+ Applications.

Primary LanguageCSS

Ngx Weditor

A Simple WYSIWYG Editor for Angular8+ Applications.

NPM Version

Install

npm i -S ngx-weditor

Usage

import { NgxWeditorModule } from 'ngx-weditor';

@NgModule({
  imports: [
    NgxWeditorModule
  ]
});

Inside HTML Form

<form novalidate (ngSubmit)="submit()" [formGroup]="form">
  <app-ngx-weditor formControlName="content"></app-ngx-weditor>
</form>

Demo

Go ahead and test before installing

Demo Link

License

MIT