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, NgZone } from '@angular/core';
import { UpdateUIStateEvent } from '../../../events/update-ui-state-event';
import { PDFNotificationService } from '../../../pdf-notification-service';
import * as i0 from "@angular/core";
export declare class PdfPreviousPageComponent {
private notificationService;
private ngZone;
private changeDetectorRef;
disablePreviousPage: boolean;
constructor(notificationService: PDFNotificationService, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef);
onPdfJsInit(): void;
updateUIState(event: UpdateUIStateEvent): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PdfPreviousPageComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PdfPreviousPageComponent, "pdf-previous-page", never, {}, {}, never, never, false, never>;
}