changeset 174:8f50e2b220e8

Put the placeholder feed in the main component.
author Lucas Thompson <dev@lucas.im>
date Tue, 21 Mar 2017 17:12:32 +0000
parents a121b5cd3842
children afb32197635d
files src/app/app.component.html
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/app.component.html	Tue Mar 21 17:12:20 2017 +0000
+++ b/src/app/app.component.html	Tue Mar 21 17:12:32 2017 +0000
@@ -26,8 +26,7 @@
       [disabled]="!canExtract">
     </app-feature-extraction-menu>
   </md-sidenav>
-  <app-waveform
-    [audioBuffer]="audioBuffer"
-    ></app-waveform>
+  <ugly-notebook-feed
+    [audioBuffer]="audioBuffer"></ugly-notebook-feed>
   <ugly-progress-spinner [isVisible]="isProcessing"></ugly-progress-spinner>
 </md-sidenav-container>