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.
13 lines (12 loc) • 581 B
TypeScript
import { OnDestroy, OnInit, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PdfAcroformDefaultThemeComponent implements OnInit, OnDestroy {
private renderer;
private document;
constructor(renderer: Renderer2, document: any);
ngOnInit(): void;
private injectStyle;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PdfAcroformDefaultThemeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PdfAcroformDefaultThemeComponent, "pdf-acroform-default-theme", never, {}, {}, never, never>;
}