view src/app/waveform/waveform.component.html @ 298:bc67503ea8c6

Pull out addLineLayer
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 10 May 2017 15:42:26 +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>