mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-25 01:25:37 -05:00
Add dashboard pressure trend arrow
This commit is contained in:
@@ -20,6 +20,7 @@ import { LaundryComponent } from './components/laundry/laundry.component';
|
||||
import { DashboardComponent } from './components/dashboard/dashboard.component';
|
||||
import { WeatherChartsComponent } from './components/weather/charts/weather-charts.component';
|
||||
import { WeatherCurrentComponent } from './components/weather/current/weather-current.component';
|
||||
import { PressureTrendComponent } from './components/weather/pressure-trend/pressure-trend.component';
|
||||
|
||||
const config: SocketIoConfig = { url: '/api/laundry', options: {} };
|
||||
|
||||
@@ -30,7 +31,8 @@ const config: SocketIoConfig = { url: '/api/laundry', options: {} };
|
||||
LaundryComponent,
|
||||
DashboardComponent,
|
||||
WeatherChartsComponent,
|
||||
WeatherCurrentComponent
|
||||
WeatherCurrentComponent,
|
||||
PressureTrendComponent
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
||||
Reference in New Issue
Block a user