ngx-weditor
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-beta.0 • Public • Published

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

Package Sidebar

Install

npm i ngx-weditor

Weekly Downloads

0

Version

2.0.0-beta.0

License

MIT

Unpacked Size

1.94 MB

Total Files

53

Last publish

Collaborators

  • hrestrepo