diff src/app/analysis-item/analysis-item.component.ts @ 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.ts	Thu May 04 16:57:57 2017 +0100
+++ b/src/app/analysis-item/analysis-item.component.ts	Thu May 04 17:09:48 2017 +0100
@@ -30,6 +30,7 @@
   @Input() timeline: Timeline;
   @Input() isActive: boolean;
   @Input() item: AnalysisItem;
+  @Input() contentWidth: number;
   private hasProgressOnInit = false;
 
   ngOnInit(): void {