Mercurial > hg > ugly-duckling
view src/app/waveform/waveform.component.html @ 172:b15236b03a28
Add new components to bootstrapping.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 21 Mar 2017 17:11:23 +0000 |
parents | 53ddfd792844 |
children | 733bcba71003 |
line wrap: on
line source
<div #track class="track" (mousedown)="seekStart()" (mouseup)="seekEnd($event.clientX)"></div>