diff src/app/app.component.html @ 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 262995cfd3e6
children 5e8a2eb8bdbf
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>