annotate 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
rev   line source
dev@155 1 <div
dev@155 2 #track class="track"
dev@155 3 (mousedown)="seekStart()"
dev@155 4 (mouseup)="seekEnd($event.clientX)"></div>
dev@236 5 <ng-template [ngIf]="isLoading">
dev@234 6 <ugly-progress-spinner></ugly-progress-spinner>
dev@236 7 </ng-template>