fix(dashboard): refactor status cards: move grid to dashboard

This commit is contained in:
KostyaDanovsky 2017-07-13 16:25:12 +03:00
parent 5f6f0d28d7
commit fe96d074ef
5 changed files with 51 additions and 35 deletions

View file

@ -3,7 +3,7 @@ import { NgaTabsetModule, NgaUserModule } from '@akveo/nga-theme';
import { SharedModule } from '../../shared.module';
import { DashboardComponent } from './dashboard.component';
import { StatusCardsComponent } from './status-cards/status-cards.component';
import { StatusCardComponent } from './status-card/status-card.component';
import { ContactsComponent } from './contacts/contacts.component';
import { RoomsComponent } from './rooms/rooms.component';
import { RoomSelectorComponent } from './rooms/room-selector/room-selector.component';
@ -22,7 +22,7 @@ import { WeatherComponent } from './weather/weather.component';
],
declarations: [
DashboardComponent,
StatusCardsComponent,
StatusCardComponent,
TemperatureDraggerComponent,
ContactsComponent,
RoomSelectorComponent,