Layout fix (#2677)

This commit is contained in:
Popovics András 2017-11-20 20:37:19 +00:00 committed by Eugenio Romano
parent cde32895e4
commit f693a241a6

View File

@ -16,6 +16,7 @@
*/
import { CommonModule } from '@angular/common';
import { FlexLayoutModule } from '@angular/flex-layout';
import { NgModule } from '@angular/core';
import { MaterialModule } from '../material.module';
import { TranslateModule } from '@ngx-translate/core';
@ -26,6 +27,7 @@ import { AppsListComponent } from './apps-list.component';
imports: [
CommonModule,
MaterialModule,
FlexLayoutModule,
TranslateModule
],
declarations: [