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.
23 lines (22 loc) • 772 B
TypeScript
import { OnChanges, OnDestroy, OnInit, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DynamicCssComponent implements OnInit, OnChanges, OnDestroy {
private renderer;
private document;
zoom: number;
width: number;
xs: number;
sm: number;
md: number;
lg: number;
xl: number;
xxl: number;
get style(): string;
constructor(renderer: Renderer2, document: any);
ngOnInit(): void;
ngOnChanges(): void;
private injectStyle;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicCssComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicCssComponent, "pdf-dynamic-css", never, { "zoom": "zoom"; "width": "width"; }, {}, never, never>;
}