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.

16 lines (15 loc) 815 B
import { OnDestroy, OnInit, Renderer2 } from '@angular/core'; import { PdfCspPolicyService } from '../../pdf-csp-policy.service'; import * as i0 from "@angular/core"; export declare class PdfAcroformDefaultThemeComponent implements OnInit, OnDestroy { private renderer; private document; private pdfCspPolicyService; private nonce?; constructor(renderer: Renderer2, document: any, pdfCspPolicyService: PdfCspPolicyService, nonce?: string | null); ngOnInit(): void; private injectStyle; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PdfAcroformDefaultThemeComponent, [null, null, null, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<PdfAcroformDefaultThemeComponent, "pdf-acroform-default-theme", never, {}, {}, never, never, false, never>; }