mat-ngx-wig

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.

Usage no npm install needed!

<script type="module">
  import matNgxWig from 'https://cdn.skypack.dev/mat-ngx-wig';
</script>

README

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>