@intzi1992/cdk-table-exporter
Version:
Abstract CdkTable Exporter
13 lines (12 loc) • 613 B
TypeScript
import { Injector } from '@angular/core';
import { Options } from '../options';
import { ExportType } from './../export-type';
import { Exporter } from './exporters/exporter';
import * as i0 from "@angular/core";
export declare class ServiceLocatorService {
private injector;
constructor(injector: Injector);
getService(exportType: ExportType | 'xls' | 'xlsx' | 'csv' | 'txt' | 'json' | 'other', customExporter?: Exporter<Options>): Exporter<Options>;
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceLocatorService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ServiceLocatorService>;
}