Mercurial > hg > ugly-duckling
diff src/app/analysis-item/analysis-item.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 | d17d5038b11a |
line wrap: on
line diff
--- a/src/app/analysis-item/analysis-item.component.html Thu May 04 16:57:57 2017 +0100 +++ b/src/app/analysis-item/analysis-item.component.html Thu May 04 17:09:48 2017 +0100 @@ -18,6 +18,7 @@ [isSubscribedToExtractionService]="isActive && !item.isRoot" [isOneShotExtractor]="true" [isSeeking]="isActive" + [width]="contentWidth" ></ugly-waveform> </ng-template> </md-card-content>