UNPKG

ngx-quill

Version:

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

18 lines (17 loc) 938 B
import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; import { QuillService } from './quill.service'; import { OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class QuillViewHTMLComponent implements OnChanges { private sanitizer; protected service: QuillService; content: string; theme?: string; sanitize?: boolean; innerHTML: SafeHtml; themeClass: string; constructor(sanitizer: DomSanitizer, service: QuillService); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration<QuillViewHTMLComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<QuillViewHTMLComponent, "quill-view-html", never, { "content": { "alias": "content"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "sanitize": { "alias": "sanitize"; "required": false; }; }, {}, never, never, true, never>; }