angular 2 input file change value

Solutions on MaxInterview for angular 2 input file change value by the best coders in the world

showing results for - "angular 2 input file change value"
Anna
19 Jul 2016
1<input #FileDialog accept=".xlsx" type="file" class="d-none" (change)="selected_file($event)">