Mercurial > hg > ugly-duckling
diff src/app/notebook-feed/notebook-feed.component.html @ 171:9556954478f2
Introduce a component representing a feed of analyses on an audio file. A collection of analysis items. Basically a placeholder right now.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 21 Mar 2017 17:10:59 +0000 |
parents | |
children | 7cd274d296a3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/app/notebook-feed/notebook-feed.component.html Tue Mar 21 17:10:59 2017 +0000 @@ -0,0 +1,6 @@ +<ugly-analysis-item + [audioBuffer]="audioBuffer"></ugly-analysis-item> +<ugly-analysis-item + [audioBuffer]="audioBuffer"></ugly-analysis-item> +<ugly-analysis-item + [audioBuffer]="audioBuffer"></ugly-analysis-item>