UNPKG

ng-cw-v12

Version:

Angular UI component library

12 lines (11 loc) 555 B
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class WordViewerComponent implements OnChanges { private eleRef; ncUrl: string; constructor(eleRef: ElementRef); ngOnChanges(changes: SimpleChanges): void; renderWordDocument(): Promise<void>; static ɵfac: i0.ɵɵFactoryDeclaration<WordViewerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<WordViewerComponent, "nc-word-viewer", never, { "ncUrl": "ncUrl"; }, {}, never, never>; }