ngx-excel-viewer
Version:
Ngx-excel-viewer is an angular library to view/edit excel data in the angular application where data is in the form of matrix of string.
9 lines (8 loc) • 492 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./ngx-excel-viewer.component";
import * as i2 from "@angular/common";
export declare class NgxExcelViewerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxExcelViewerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxExcelViewerModule, [typeof i1.NgxExcelViewerComponent], [typeof i2.CommonModule], [typeof i1.NgxExcelViewerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxExcelViewerModule>;
}