mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-10 23:52:34 +01:00
fix(dashboard): add electricity chart
This commit is contained in:
parent
f3217ae80d
commit
93e567c46a
10 changed files with 295 additions and 57 deletions
|
|
@ -13,6 +13,7 @@ import { TemperatureDraggerComponent } from './temperature/temperature-dragger/t
|
|||
import { TeamComponent } from './team/team.component';
|
||||
import { SecurityCamerasComponent } from './security-cameras/security-cameras.component';
|
||||
import { ElectricityComponent } from './electricity/electricity.component';
|
||||
import { ElectricityChartComponent } from './electricity/electricity-chart/electricity-chart.component';
|
||||
import { WeatherComponent } from './weather/weather.component';
|
||||
import { SolarComponent } from './solar/solar.component';
|
||||
import { PlayerComponent } from './player/player.component';
|
||||
|
|
@ -35,6 +36,7 @@ import { PlayerComponent } from './player/player.component';
|
|||
TeamComponent,
|
||||
SecurityCamerasComponent,
|
||||
ElectricityComponent,
|
||||
ElectricityChartComponent,
|
||||
WeatherComponent,
|
||||
PlayerComponent,
|
||||
SolarComponent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue