Adjust weather layout

This commit is contained in:
2019-09-10 20:56:13 -04:00
parent 38c32b4c3b
commit b69f4c70f1
11 changed files with 149 additions and 96 deletions

View File

@@ -11,6 +11,7 @@ import { WeatherComponent } from './weather/weather.component';
import { LaundryComponent } from './laundry/laundry.component';
import { DashboardComponent } from './dashboard/dashboard.component';
import { WeatherChartsComponent } from './weather-charts/weather-charts.component';
import { WeatherCurrentComponent } from './Weather/weather-current/weather-current.component';
const config: SocketIoConfig = { url: 'http://home.kaczorzoo.net:9091', options: {} };
@@ -20,7 +21,8 @@ const config: SocketIoConfig = { url: 'http://home.kaczorzoo.net:9091', options:
WeatherComponent,
LaundryComponent,
DashboardComponent,
WeatherChartsComponent
WeatherChartsComponent,
WeatherCurrentComponent
],
imports: [
BrowserModule,