UNPKG
ngx-image-upload
Version:
latest (0.1.0)
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
Angular 6 image upload.
github.com/shankesgk2/ngx-image-upload.git
shankesgk2/ngx-image-upload
ngx-image-upload
/
lib
/
before-upload.interface.d.ts
9 lines
(8 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export interface UploadMetadata { file: File; abort: boolean; url?: string; formData?: {
[name: string]
: any; }; }