Some commands:
npm run build - to build the library. Output is in dist/ng2-file-upload/.
npm run test - to run tests. Coverage report is in coverage/ as before.
npm run demo.serve - to build demo application and serve it through browsersync
npm run start - to run demo application using `ng serve`. Requires the library to be built and linked first.
# The first commit's message is:
feat(uploader): huge uploader update
- creted uploader options
- added `file type` support
- added headers to xhr
- rename FileUploaderSettings => FileUploaderOptionsInterface
- added public methods set Options
- created filter from set options
- added demo component
# The 2nd commit message will be skipped:
# rename FileUploaderSettings => FileUploaderOptionsInterface
# The 3rd commit message will be skipped:
# added public method setOptions
* Upgrade to angular 2.0.0-rc.1
* Add a simple .travis.yml
closes#180
* Upgrade to ng2-bootstrap 1.0.16
* Install typings on prepublish
* (chore) Fix rxjs dependency, moved it to dev dep
* (chore) Upgrade to node 6. Keep mandatory deps.