Mercurial > hg > ugly-duckling
diff src/app/analysis-item/analysis-item.component.ts @ 188:3f84bd16c1e8
Props for title and description
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 22 Mar 2017 14:30:19 +0000 |
parents | 7cd274d296a3 |
children | a50feba0d7f0 |
line wrap: on
line diff
--- a/src/app/analysis-item/analysis-item.component.ts Wed Mar 22 14:27:39 2017 +0000 +++ b/src/app/analysis-item/analysis-item.component.ts Wed Mar 22 14:30:19 2017 +0000 @@ -17,6 +17,8 @@ export class AnalysisItemComponent { private _audioBuffer: AudioBuffer; @Input() timeContext: TimelineTimeContext; + @Input() title: string; + @Input() description: string; @Input() set audioBuffer(buffer: AudioBuffer) {