Skip to content

Instantly share code, notes, and snippets.

View matheusslg's full-sized avatar
🏠
Working from home

Matheus Nascimento Cavallini matheusslg

🏠
Working from home
View GitHub Profile
@matheusslg
matheusslg / example.html
Last active September 15, 2019 22:44 — forked from tnqsoft/example.html
Preview image for ng2-file-upload
<div *ngFor="let item of uploader.queue; let first = first;">
<img src="" thumbnail [image]="item?._file"/>
{{ item?.file?.name }}
{{ item?.file?.size }}
</div>
<input type="file" ng2FileSelect [uploader]="uploader" #fileInput [accept]="accept.toString()" [multiple]="multiple"/>