UNPKG

ngx-file-drag-drop

Version:

angular material file input component supports file drag and drop, and selection with native file picker

9 lines (8 loc) 406 B
import { PipeTransform } from "@angular/core"; import * as i0 from "@angular/core"; export declare class BytePipe implements PipeTransform { transform(value: string | number, decimals?: number | string): string; formatBytes(bytes: number, decimals?: number): string; static ɵfac: i0.ɵɵFactoryDeclaration<BytePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<BytePipe, "byte", true>; }