view src/app/audio-file-open/audio-file-open.component.html @ 505:cf4a17efb5d4

Update angular deps, fix material api changes. (currently running an earlier TypeScript version due to restrictions from angular)
author Lucas Thompson <dev@lucas.im>
date Thu, 12 Oct 2017 13:12:33 +0100
parents 0571cf863026
children
line wrap: on
line source
<input #open type="file" accept="audio/*" (change)="decodeAudio($event.target.files)"/>
<button mat-icon-button (click)="openAudioDialog()">
    <mat-icon>folder_open</mat-icon>
</button>