UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

7 lines (6 loc) 288 B
import { NzUploadComponent } from 'ng-zorro-antd/upload'; import { BitConfig } from 'ngx-bit'; import { HttpClient } from '@angular/common/http'; export declare class BitUploadDirective { constructor(config: BitConfig, http: HttpClient, nzUploadComponent: NzUploadComponent); }