0.2.19 • Published 8 years ago
og-uploader v0.2.19
og-uploader
Simple File Upload for Angular2. Please star a project if you liked it, or create an issue if you have problems with it.
Installation
Install npm module:
`npm install og-uploader --save`
Usage
Import OutgrowFileUploadModule
in your app and start using a component:
<og-uploader [acceptTypes]="['image/*']"
[styling]="'btn-danger btn-lg'"
[quality]="60"
[buttonCaption]="'The button we all wanted!!'"
(onFileUploadFinish)="imageUploaded($event)"
></og-uploader>
[acceptTypes]="['image/*','text/*']"
specifies accepted file mime types.[styling]="'btn-danger'"
pass css class for styling of the button you will get with this module.[quality]="60
compression ratio percentage.[buttonCaption]="submit image"
set the button caption.(onFileUploadFinish)="imageUploaded($event)"
is fired when image upload is completed. "$event" object contains the response from the server.
0.2.19
8 years ago
0.2.18
8 years ago
0.2.17
8 years ago
0.2.16
8 years ago
0.2.15
8 years ago
0.2.13
9 years ago
0.2.11
9 years ago
0.2.10
9 years ago
0.2.9
9 years ago
0.2.8
9 years ago
0.2.7
9 years ago
0.2.6
9 years ago
0.2.5
9 years ago
0.2.4
9 years ago
0.1.23
9 years ago
0.1.22
9 years ago
0.1.21
9 years ago
0.1.20
9 years ago
0.1.19
9 years ago
0.1.18
9 years ago
0.1.17
9 years ago
0.1.16
9 years ago
0.1.15
9 years ago
0.1.14
9 years ago
0.1.13
9 years ago
0.1.12
9 years ago
0.1.11
9 years ago
0.1.9
9 years ago
0.1.8
9 years ago
0.1.7
9 years ago
0.1.6
9 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago