# HG changeset patch # User Lucas Thompson # Date 1495819202 -3600 # Node ID 335bb6459fe83efaed233004b5b52a398815ec8b # Parent a9ce5516c17d35826d1dea387f17e8f8a4308089 There's nothing waveform specific about these, they'll likely be used for other waves-ui components. diff -r a9ce5516c17d -r 335bb6459fe8 src/app/visualisations/waveform/waveform.component.css --- a/src/app/visualisations/waveform/waveform.component.css Fri May 26 18:17:31 2017 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -.track { - height: 100%; - width: 100%; -} diff -r a9ce5516c17d -r 335bb6459fe8 src/app/visualisations/waveform/waveform.component.html --- a/src/app/visualisations/waveform/waveform.component.html Fri May 26 18:17:31 2017 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -
diff -r a9ce5516c17d -r 335bb6459fe8 src/app/visualisations/waveform/waveform.component.ts --- a/src/app/visualisations/waveform/waveform.component.ts Fri May 26 18:17:31 2017 +0100 +++ b/src/app/visualisations/waveform/waveform.component.ts Fri May 26 18:20:02 2017 +0100 @@ -11,8 +11,8 @@ @Component({ selector: 'ugly-waveform', - templateUrl: './waveform.component.html', - styleUrls: ['./waveform.component.css'] + templateUrl: '../waves-template.html', + styleUrls: ['../waves-template.css'] }) export class WaveformComponent extends WavesComponent { @ViewChild('track') trackDiv: ElementRef; diff -r a9ce5516c17d -r 335bb6459fe8 src/app/visualisations/waves-template.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/app/visualisations/waves-template.css Fri May 26 18:20:02 2017 +0100 @@ -0,0 +1,4 @@ +.track { + height: 100%; + width: 100%; +} diff -r a9ce5516c17d -r 335bb6459fe8 src/app/visualisations/waves-template.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/app/visualisations/waves-template.html Fri May 26 18:20:02 2017 +0100 @@ -0,0 +1,4 @@ +