UNPKG

ngx-extended-pdf-viewer

Version:

Embedding PDF files in your Angular application. Highly configurable viewer including the toolbar, sidebar, and all the features you're used to.

14 lines (13 loc) 683 B
import { PDFNotificationService } from '../../pdf-notification-service'; import { ResponsiveVisibility } from '../../responsive-visibility'; import * as i0 from "@angular/core"; export declare class PdfDrawEditorComponent { private notificationService; show: ResponsiveVisibility; isSelected: boolean; constructor(notificationService: PDFNotificationService); private onPdfJsInit; onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PdfDrawEditorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PdfDrawEditorComponent, "pdf-draw-editor", never, { "show": { "alias": "show"; "required": false; }; }, {}, never, never, false, never>; }