db77e892357f738eb1a143e4c6c3efd272f1b278
* Changed tsconfig.json to match tsconfig schema * Change package.json to include all necessary packages for this package * Added type for EventEmitter * Fix for zone.js error "More tasks executed then were scheduled" in Safari, explicit call of NgZone not required in zone.js ^0.6.12 * Added type information for methods in FileUploader * Added type information for methods in FileItem * Added type information for methods in FileUploader * Removed codelyzer / eslint according to PR valor-software/ng2-file-upload#221
ng2-file-upload 
Easy to use Angular2 directives for files upload (demo)
Follow me to be notified about new releases.
Quick start
- A recommended way to install ng2-file-upload is through npm package manager using the following command:
npm i ng2-file-upload --save
Alternatively, you can download it in a ZIP file.
-
Currently
ng2-file-uploadcontains two directives:ng2-file-selectandng2-file-drop.ng2-file-selectis used for 'file-input' field of form andng2-file-dropis used for area that will be used for dropping of file or files. -
More information regarding using of ng2-file-upload is located in demo and demo sources.
API for ng2FileSelect
Properties
uploader- (FileUploader) - uploader object. See using in demo
API for ng2FileDrop
Properties
uploader- (FileUploader) - uploader object. See using in demo
Parameters that supported by this object:
url- URL of File Uploader's routeauthToken- Auth token that will be applied as 'Authorization' header during file send.
Events
fileOver- it fires during 'over' and 'out' events for Drop Area; returnsboolean:trueif file is over Drop Area,falsein case of out. See using in ts demo and html demo
Troubleshooting
Please follow this guidelines when reporting bugs and feature requests:
- Use GitHub Issues board to report bugs and feature requests (not our email address)
- Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.
Thanks for understanding!
License
The MIT License (see the LICENSE file for the full text)
Description
Languages
TypeScript
57%
CSS
29.3%
HTML
10.4%
JavaScript
3.3%