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.
23 lines (22 loc) • 1.3 kB
TypeScript
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
import { FocusManagementService } from '../../focus-management.service';
import { PDFNotificationService } from '../../pdf-notification-service';
import { ResponsiveVisibility } from '../../responsive-visibility';
import * as i0 from "@angular/core";
export declare class PdfCommentEditorComponent implements OnDestroy {
private readonly focusManagement;
private readonly cdr;
show: import("@angular/core").InputSignal<ResponsiveVisibility>;
disable: import("@angular/core").InputSignal<boolean>;
isSelected: boolean;
private PDFViewerApplication;
private eventBusAbortController;
constructor(notificationService: PDFNotificationService, focusManagement: FocusManagementService, cdr: ChangeDetectorRef);
private isZoneless;
private asyncWithCD;
private onPdfJsInit;
ngOnDestroy(): void;
onClick: (event?: Event) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<PdfCommentEditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PdfCommentEditorComponent, "pdf-comment-editor", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "disable": { "alias": "disable"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
}