ng2-file-input
ng2-file-input copied to clipboard
An example for input "accept" would be nice
I tried to use the input "accept" but I did not succeed.
<ng2-file-input [multiple]="false" [extensions]="['txt']" [show-previews]="true" [accept]="module.name+'.txt'"></ng2-file-input>
A little example in README file would be nice!