@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
11 lines (10 loc) • 396 B
TypeScript
import { Papa } from 'ngx-papaparse';
import * as i0 from "@angular/core";
export declare class KoalaCsvService {
private papa;
constructor(papa: Papa);
convertJsonToCsv(json: object[], filename?: string): void;
private downloadCsv;
static ɵfac: i0.ɵɵFactoryDeclaration<KoalaCsvService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<KoalaCsvService>;
}