UNPKG

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.

18 lines (17 loc) 1.25 kB
import { OnDestroy } from '@angular/core'; import { PDFNotificationService } from '../../pdf-notification-service'; import { ResponsiveVisibility } from '../../responsive-visibility'; import * as i0 from "@angular/core"; export declare class PdfToggleSidebarComponent implements OnDestroy { notificationService: PDFNotificationService; show: import("@angular/core").InputSignal<ResponsiveVisibility>; disable: import("@angular/core").InputSignal<boolean>; sidebarVisible: import("@angular/core").InputSignal<boolean | undefined>; showChange: import("@angular/core").OutputEmitterRef<boolean>; private PDFViewerApplication; constructor(notificationService: PDFNotificationService); onClick: (event?: Event) => void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PdfToggleSidebarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PdfToggleSidebarComponent, "pdf-toggle-sidebar", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "disable": { "alias": "disable"; "required": false; "isSignal": true; }; "sidebarVisible": { "alias": "sidebarVisible"; "required": false; "isSignal": true; }; }, { "showChange": "showChange"; }, never, never, false, never>; }