Revert "Adding some responsiveness to demo shell app (#2408)" (#2410)

This reverts commit 6fa135faf3.
This commit is contained in:
Maurizio Vitale
2017-10-03 11:54:31 +01:00
committed by GitHub
parent 6fa135faf3
commit 55a999b492
8 changed files with 146 additions and 169 deletions

View File

@@ -21,7 +21,6 @@ import {
MdInputModule,
MdProgressBarModule,
MdSelectModule,
MdSidenavModule,
MdSlideToggleModule
} from '@angular/material';
@@ -30,7 +29,6 @@ const MATERIAL_MODULES = [
MdInputModule,
MdSelectModule,
MdDialogModule,
MdSidenavModule,
MdProgressBarModule
];