UNPKG

stimulsoft-designer-angular

Version:

The Angular Designer component is developed to create reports and dashboards in web browser.

14 lines (13 loc) 453 B
import * as i0 from "@angular/core"; export declare class FileSaverService { private _global; private isMacOSWebView; constructor(); bom(blob: any, opts: any): any; download(url: any, name: any, opts: any): void; corsEnabled(url: any): boolean; click(node: any): void; saveAs: any; static ɵfac: i0.ɵɵFactoryDeclaration<FileSaverService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<FileSaverService>; }