ng-cw-v12
Version:
Angular UI component library
15 lines (14 loc) • 682 B
TypeScript
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TxtViewerComponent implements OnChanges {
private eleRef;
ncUrl: string;
set ncSheetName(value: boolean | string);
sheetNameMode: boolean;
constructor(eleRef: ElementRef);
ngOnChanges(changes: SimpleChanges): void;
renderTextDocument(): Promise<void>;
private escapeHtml;
static ɵfac: i0.ɵɵFactoryDeclaration<TxtViewerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TxtViewerComponent, "nc-txt-viewer", never, { "ncUrl": "ncUrl"; "ncSheetName": "ncSheetName"; }, {}, never, never>;
}