view src/app/waveform/waveform.component.html @ 285:2d7da410ba46

Introduce width Inputs to analysis items and waveform and observe for Dimension changes in notebook-feed.
author Lucas Thompson <dev@lucas.im>
date Thu, 04 May 2017 17:09:48 +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>