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.

13 lines (12 loc) 603 B
import { PDFNotificationService } from '../../pdf-notification-service'; import * as i0 from "@angular/core"; export declare class PdfSelectToolComponent { private notificationService; showSelectToolButton: boolean; isSelected: boolean; constructor(notificationService: PDFNotificationService); private onPdfJsInit; onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PdfSelectToolComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PdfSelectToolComponent, "pdf-select-tool", never, { "showSelectToolButton": "showSelectToolButton"; }, {}, never, never>; }