@intzi1992/mat-table-exporter
Version:
Provides exporting support for @angular/material tables
15 lines (14 loc) • 821 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./mat-table-exporter.directive";
import * as i2 from "@angular/material/table";
import * as i3 from "@intzi1992/cdk-table-exporter";
export interface ModuleConfiguration {
xlsxLightWeight?: boolean;
}
export declare class MatTableExporterModule {
static forRoot(configuration: ModuleConfiguration): ModuleWithProviders<MatTableExporterModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<MatTableExporterModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MatTableExporterModule, [typeof i1.MatTableExporterDirective], [typeof i2.MatTableModule, typeof i3.CdkTableExporterModule], [typeof i1.MatTableExporterDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MatTableExporterModule>;
}