Quill editor integration for angular forms.
@angular/common@angular/core@angular/formsquillrxjs
$ npm install --save @webacad/ng-quillor with yarn
$ yarn add @webacad/ng-quillapp.module.ts:
import {QuillModule} from '@webacad/ng-quill';
@NgModule({
imports: [
QuillModule,
],
})
export class AppModule {}<wa-quill theme="snow"></wa-quill>Available options:
theme: quillthemeoptions, docs
This package implements all the necessary code for angular forms. That means that you can use it just like any other ordinary form control.