2.0.0-beta.0 • Published 5 years ago

ngx-weditor v2.0.0-beta.0

Weekly downloads
24
License
MIT
Repository
github
Last release
5 years ago

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

2.0.0-beta.0

5 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago