Mercurial > hg > ugly-duckling
view src/app/analysis-item/analysis-item.component.html @ 189:a50feba0d7f0
Share Timeline instance instead of previous event emitting TimelineTimeContext bodge.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 22 Mar 2017 14:34:43 +0000 |
parents | 3f84bd16c1e8 |
children | d7e4bba39d20 |
line wrap: on
line source
<md-card> <md-card-header> <md-card-title>{{title}}</md-card-title> <md-card-subtitle>{{description}}</md-card-subtitle> </md-card-header> <md-card-content> <app-waveform [audioBuffer]="audioBuffer" [timeline]="timeline" [trackIdPrefix]="title" ></app-waveform> </md-card-content> </md-card>