@iotize/ionic
Version:
Iotize specific building blocks on top of @ionic/angular.
14 lines (13 loc) • 573 B
TypeScript
import { File } from '@awesome-cordova-plugins/file/ngx';
import { Platform } from '@ionic/angular';
import * as i0 from "@angular/core";
export declare class ExportDataService {
private file;
private platform;
constructor(file: File, platform: Platform);
triggerDownload(blob: Blob, filename: string): Promise<string | undefined>;
private getDownloadDirectory;
private ensureFileNameAvailable;
static ɵfac: i0.ɵɵFactoryDeclaration<ExportDataService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ExportDataService>;
}