Mercurial > hg > ugly-duckling
view src/app/waveform/waveform.component.html @ 302:c6dd5752f7f7
Change to new StreamingResponse type.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 12 May 2017 01:40:21 +0100 |
parents | 53ea6406d601 |
children |
line wrap: on
line source
<div #track class="track" (mousedown)="seekStart()" (mouseup)="seekEnd($event.clientX)"></div> <ng-template [ngIf]="isLoading"> <ugly-progress-spinner></ugly-progress-spinner> </ng-template>