#492 Add FileItem in declaration ng2-file-upload.d.ts #523
Reference in New Issue
Block a user
Delete Branch "add-file-item-492"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixing issue #492
https://github.com/valor-software/ng2-file-upload/issues/492
Allow to use callback.
Cannot build now on my machine due to dependency problem, but working when modifying output file.
This would be very useful, for now, FileItem cannot be used outside the scope of the callback functions, like onsuccesItem, onAfterAddingFile, etc. This results in code that you want to move to another method with fileItem as param but is not possible because of lack of exportation.