FineUploader / fine-uploader

Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
https://fineuploader.com
MIT License
8.19k stars 1.88k forks source link

Add how to integrate with Angular 2 #2043

Closed Chiff closed 5 years ago

Chiff commented 5 years ago

Type of issue

Uploader type

Feature request details

When I wanted to integrate your plugin into my app I couldn't find how to do this in docs. Then I found this repo in issues. If you at least reference it in docs it would save other FineUploader + Angular2 users more time.

singhjusraj commented 5 years ago

ES6, CommonJS, TypeScript and Angular support documentation is listed here https://docs.fineuploader.com/branch/master/features/modules.html

Chiff commented 5 years ago

Yes they are, but there is nothing how to really use them inside component. It's better to see it in working example, like in your repo. Well at least for me it was helpful and I wanted to share that.

singhjusraj commented 5 years ago

Well, there isn't anything special about using FU inside an Angular component, but still if you need more reference I recommend looking at this file.

My repo is pretty old and probably outdated as I was using it just for testing purposes. Hope this helps