@webacad/ng-quill
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

NPM version Build Status

WebACAD/Quill

Quill editor integration for angular forms.

Dependencies

  • @angular/common
  • @angular/core
  • @angular/forms
  • quill
  • rxjs

Installation

$ npm install --save @webacad/ng-quill

or with yarn

$ yarn add @webacad/ng-quill

Register module

app.module.ts:

import {QuillModule} from '@webacad/ng-quill';

@NgModule({
    imports: [
        QuillModule,
    ],
})
export class AppModule {}

Usage

<wa-quill theme="snow"></wa-quill>

Available options:

  • theme: quill theme options, docs

Using in angular forms

This package implements all the necessary code for angular forms. That means that you can use it just like any other ordinary form control.

Readme

Keywords

Package Sidebar

Install

npm i @webacad/ng-quill

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

87.6 kB

Total Files

24

Last publish

Collaborators

  • davidkcz