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
/
directives
/
index.d.ts
5 lines
(4 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
export
{
FileDropDirective
}
from
'./fileDrop.directive'
;
export
{
FileSelectDirective
}
from
'./fileSelect.directive'
;
export
{
ImagePreviewDirective
}
from
'./imgPreview.directive'
;
export
{
ProgressBarDirective
}
from
'./progressBar.directive'
;