Mercurial > hg > ugly-duckling
diff src/app/visualisations/waveform/waveform.component.ts @ 355:335bb6459fe8
There's nothing waveform specific about these, they'll likely be used for other waves-ui components.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 26 May 2017 18:20:02 +0100 |
parents | a9ce5516c17d |
children | b852bace6b14 |
line wrap: on
line diff
--- 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;