# HG changeset patch # User Lucas Thompson # Date 1496195054 -3600 # Node ID 2df7b3722eb9e85b4011665bb1ec5cae09961bc3 # Parent bc2680f0736b406bdef3f44db0159cb10dac0477 Remove unnecessary style template diff -r bc2680f0736b -r 2df7b3722eb9 src/app/visualisations/curve/curve.component.ts --- a/src/app/visualisations/curve/curve.component.ts Wed May 31 02:42:45 2017 +0100 +++ b/src/app/visualisations/curve/curve.component.ts Wed May 31 02:44:14 2017 +0100 @@ -19,7 +19,6 @@ [colour]="colour" [tracks]="[curve]" >`, - styleUrls: ['../waves-template.css'], changeDetection: ChangeDetectionStrategy.OnPush }) export class CurveComponent {