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.
24 lines (23 loc) • 1.38 kB
TypeScript
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
import { ScrollModeType } from '../../options/pdf-viewer';
import { SpreadType } from '../../options/spread-type';
import { PDFNotificationService } from '../../pdf-notification-service';
import { ResponsiveVisibility } from '../../responsive-visibility';
import * as i0 from "@angular/core";
export declare class PdfOddSpreadComponent implements OnDestroy {
private readonly cdr;
show: import("@angular/core").InputSignal<ResponsiveVisibility>;
disable: import("@angular/core").InputSignal<boolean>;
scrollMode: import("@angular/core").InputSignal<ScrollModeType>;
spread: SpreadType;
private PDFViewerApplication;
private eventBusAbortController;
constructor(notificationService: PDFNotificationService, cdr: ChangeDetectorRef);
private isZoneless;
private asyncWithCD;
onPdfJsInit(): void;
ngOnDestroy(): void;
onClick: () => void;
static ɵfac: i0.ɵɵFactoryDeclaration<PdfOddSpreadComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PdfOddSpreadComponent, "pdf-odd-spread", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "disable": { "alias": "disable"; "required": false; "isSignal": true; }; "scrollMode": { "alias": "scrollMode"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
}