https://github.com/tmccombs/ng-file-input
Angular2 module for file input and dropping files
https://github.com/tmccombs/ng-file-input
Last synced: 2 months ago
JSON representation
Angular2 module for file input and dropping files
- Host: GitHub
- URL: https://github.com/tmccombs/ng-file-input
- Owner: tmccombs
- License: isc
- Created: 2016-05-03T05:40:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T02:43:48.000Z (about 10 years ago)
- Last Synced: 2025-02-26T09:47:34.855Z (over 1 year ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ng-file-input
Angular2 module for file input and dropping files.
This provides the following angular 2 components (in the more general sense of the word):
1. `file-input` component: a wrapper around an html file input that fires a events when files are uploaded (with the `File` objects)
2. `fileDrop` directive: A directive that fire events when files are dragged and dropped onto the attached component.
3. `FileFilter` inteface and implementations: A way of specifying the types of files that are acceptable.
See the examples directory for examples of usage.
## More documentation and examples coming.