@intzi1992/cdk-table-exporter
Version:
Abstract CdkTable Exporter
13 lines (12 loc) • 520 B
TypeScript
import { Mime } from '../../mime';
import { TxtOptions } from '../../options';
import { FileExporter } from './file-exporter';
import * as i0 from "@angular/core";
export declare class TxtExporterService extends FileExporter<TxtOptions> {
constructor();
createContent(rows: any[], options?: TxtOptions): Promise<any>;
getMimeType(): Mime;
private getDelimiter;
static ɵfac: i0.ɵɵFactoryDeclaration<TxtExporterService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TxtExporterService>;
}