2.0.0-beta.0 • Published 4 years ago

ngx-weditor v2.0.0-beta.0

Weekly downloads
24
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago