Quill editor integration for angular material forms. Based on @webacad/ng-quill.
@angular/animations
@angular/cdk
@angular/common
@angular/core
@angular/forms
@angular/material
@angular/platform-browser
@webacad/ng-quill
quill
rxjs
$ npm install --save @webacad/ng-mat-quill
or with yarn
$ yarn add @webacad/ng-mat-quill
app.module.ts:
import {MatQuillModule} from '@webacad/ng-mat-quill';
@NgModule({
imports: [
MatQuillModule,
],
})
export class AppModule {}
<wa-mat-quill theme="snow"></wa-mat-quill>
Look here for more details.
This package implements all the necessary code for angular forms. That means that you can use it just like any other ordinary form control.
It is also fully ready for material's <mat-form-field>
component.