Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 741 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 741 Bytes

MatNgxWig - Angular Material simple WYSIWYG

Library based on NgxWig which is lightweight editor without heavy dependencies (no Jquery). MatNgxWig works with MatFormField and can be used as a part of the form.

MatNgxWig editor for Material

Support

Angular 7 and RxJS 6 - mat-ngx-wig@7.0.0 and higher
Angular 5 - mat-ngx-wig@1.0.3

Icons

Material Design Icons are not in the pack! We recommend to use Material Design Icons

Example

<mat-form-field>
  <mat-ngx-wig placeholder="Placeholder for editor"></mat-ngx-wig>
</mat-form-field>