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.
16 lines (15 loc) • 824 B
TypeScript
import { ChangeDetectorRef } from '@angular/core';
import { PDFNotificationService } from '../../pdf-notification-service';
import { ResponsiveVisibility } from '../../responsive-visibility';
import * as i0 from "@angular/core";
export declare class PdfEditorSignatureComponent {
private readonly cdr;
show: ResponsiveVisibility;
isSelected: boolean;
private PDFViewerApplication;
constructor(notificationService: PDFNotificationService, cdr: ChangeDetectorRef);
private onPdfJsInit;
onClick(event: PointerEvent): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PdfEditorSignatureComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PdfEditorSignatureComponent, "pdf-editor-signature", never, { "show": { "alias": "show"; "required": false; }; }, {}, never, never, false, never>;
}