Mercurial > hg > ugly-duckling
view src/app/waveform/waveform.component.html @ 224:1c1cc4ec183c
Setup analysis-item to display determinate spinner if progress prop provided when declared.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 21 Apr 2017 12:55:24 +0100 |
parents | 733bcba71003 |
children | 0833ddde6a83 |
line wrap: on
line source
<div #track class="track" (mousedown)="seekStart()" (mouseup)="seekEnd($event.clientX)"></div> <template [ngIf]="isLoading"> <ugly-progress-spinner [isVisible]="true"></ugly-progress-spinner> </template>