Tombol Angular Buka Input File

<input type="file" accept="image/*" #file>
<button (click)="file.click()">Upload file</button>
GutoTrosla