Mercurial > hg > ugly-duckling
view src/app/waveform/waveform.component.html @ 225:16d19c12e42f
Remove redundant injection of feature extraction service.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 21 Apr 2017 12:58:55 +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>