UNPKG
@glr/ngx-file-uploader
Version:
latest (4.1.8-Beta)
4.1.8-Beta
4.1.7-Beta
4.1.6-Beta
4.1.5-Beta
4.1.4-Beta
4.1.3-Beta
An angular file uploader library
github.com/glr/ngxfileuploader
glr/ngxfileuploader
@glr/ngx-file-uploader
/
typings
/
interface
/
fileManagerOptions.interface.d.ts
11 lines
(10 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
FileManagerOptions
{
url
?:
string
;
alias
?:
string
;
headers
?:
Object
;
formData
?:
Object
[];
method
?:
string
;
removeBySuccess
?:
boolean
;
enableCors
?:
boolean
;
withCredentials
?:
any
; }