UNPKG

ngx-quill

Version:

Angular components for the easy use of the QuillJS richt text editor.

7 lines (6 loc) 246 B
export * from 'ngx-quill/config'; export * from './lib/quill.module'; export * from './lib/quill.service'; export * from './lib/quill-editor.component'; export * from './lib/quill-view.component'; export * from './lib/quill-view-html.component';