angular input file on change code example
Example: angular 2 input file change value
<input #FileDialog accept=".xlsx" type="file" class="d-none" (change)="selected_file($event)">
<input #FileDialog accept=".xlsx" type="file" class="d-none" (change)="selected_file($event)">