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.
19 lines (18 loc) • 962 B
TypeScript
import { NgZone } 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 {
private notificationService;
private ngZone;
show: ResponsiveVisibility;
scrollMode: ScrollModeType;
spread: SpreadType;
constructor(notificationService: PDFNotificationService, ngZone: NgZone);
onPdfJsInit(): void;
onClick(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PdfOddSpreadComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PdfOddSpreadComponent, "pdf-odd-spread", never, { "show": { "alias": "show"; "required": false; }; "scrollMode": { "alias": "scrollMode"; "required": false; }; }, {}, never, never, false, never>;
}