From 50599a8dc4dcdcda1c4b73aef54388bd81021e3e Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 8 Oct 2019 19:17:34 -0400 Subject: [PATCH] Remove weather and laundry from sidenav and routing --- Display/src/app/app-routing.module.ts | 10 ---------- .../src/app/components/nav/nav.component.html | 18 ------------------ 2 files changed, 28 deletions(-) diff --git a/Display/src/app/app-routing.module.ts b/Display/src/app/app-routing.module.ts index 3328fa9..e14dcfb 100644 --- a/Display/src/app/app-routing.module.ts +++ b/Display/src/app/app-routing.module.ts @@ -1,26 +1,16 @@ import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { DashboardComponent } from './components/dashboard/dashboard.component'; -import { LaundryComponent } from './components/laundry/laundry.component'; import { WeatherChartsComponent } from './components/weather/charts/weather-charts.component'; -import { WeatherCurrentComponent } from './components/weather/current/weather-current.component'; const routes: Routes = [ { path: '', component: DashboardComponent }, - { - path: 'weather', - component: WeatherCurrentComponent - }, { path: 'weather-charts', component: WeatherChartsComponent - }, - { - path: 'laundry', - component: LaundryComponent } ]; diff --git a/Display/src/app/components/nav/nav.component.html b/Display/src/app/components/nav/nav.component.html index c2267de..24717d3 100644 --- a/Display/src/app/components/nav/nav.component.html +++ b/Display/src/app/components/nav/nav.component.html @@ -16,24 +16,6 @@ - - - local_laundry_service - - - Laundry - - - - - - cloud - - - Weather - - - multiline_chart