#492 Add FileItem in declaration ng2-file-upload.d.ts #523

Merged
kfontaine-smartwave merged 1 commits from add-file-item-492 into development 2017-01-17 13:03:16 +00:00
kfontaine-smartwave commented 2016-12-09 14:06:28 +00:00 (Migrated from github.com)

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.

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.
mkeus commented 2016-12-20 11:59:22 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#523