mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-29 01:25:38 -05:00
Add power chart
This commit is contained in:
@@ -2,6 +2,7 @@ import { NgModule } from '@angular/core';
|
||||
import { Routes, RouterModule } from '@angular/router';
|
||||
import { DashboardComponent } from './components/dashboard/dashboard.component';
|
||||
import { WeatherChartsComponent } from './components/weather/charts/weather-charts.component';
|
||||
import { PowerChartsComponent } from './components/power/charts/power-charts.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
@@ -11,6 +12,10 @@ const routes: Routes = [
|
||||
{
|
||||
path: 'weather-charts',
|
||||
component: WeatherChartsComponent
|
||||
},
|
||||
{
|
||||
path: 'power-charts',
|
||||
component: PowerChartsComponent
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user