App component styleUrls point to generated css

This commit is contained in:
William Welling
2016-12-02 08:13:47 -06:00
parent 8878e9ba38
commit 82143578fd

View File

@@ -8,7 +8,7 @@ import { TranslateService } from 'ng2-translate';
encapsulation: ViewEncapsulation.Emulated,
selector: 'ds-app',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
styleUrls: ['./app.component.css']
})
export class AppComponent implements OnDestroy, OnInit {