Remove MDL from demo shell (#2302)

This commit is contained in:
Popovics András
2017-09-06 15:39:41 +01:00
committed by Eugenio Romano
parent 9734e5f226
commit f6bee14f30
8 changed files with 101 additions and 111 deletions

View File

@@ -20,6 +20,6 @@ import { Component } from '@angular/core';
@Component({
selector: 'home-view',
templateUrl: './home.component.html',
styleUrls: ['./home.component.css']
styleUrls: ['./home.component.scss']
})
export class HomeComponent {}