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.
15 lines (14 loc) • 760 B
TypeScript
import { ChangeDetectorRef } 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 PdfNextPageComponent {
private notificationService;
private changeDetectorRef;
disableNextPage: boolean;
constructor(notificationService: PDFNotificationService, changeDetectorRef: ChangeDetectorRef);
onPdfJsInit(): void;
updateUIState(event: UpdateUIStateEvent): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PdfNextPageComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PdfNextPageComponent, "pdf-next-page", never, {}, {}, never, never, false, never>;
}