X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fapp%2Fapp-routing.module.ts;fp=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fapp%2Fapp-routing.module.ts;h=67db521a3d0624c6bea0347a1dc6568cb7fd39c1;hb=85ef2c5c9325797279cdcaf5cc7e58b0eacfcaaa;hp=10c02b85ff1553dcf3f3d7b34701a1b817b92f99;hpb=94d2caddb626e61a06ddeda9573386aa97d137c9;p=ealt-edge.git diff --git a/example-apps/ROBO/RoboUI/src/app/app-routing.module.ts b/example-apps/ROBO/RoboUI/src/app/app-routing.module.ts index 10c02b8..67db521 100644 --- a/example-apps/ROBO/RoboUI/src/app/app-routing.module.ts +++ b/example-apps/ROBO/RoboUI/src/app/app-routing.module.ts @@ -2,6 +2,7 @@ import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { DataFetchComponent } from './data-fetch/data-fetch.component'; import { DataMonitorComponent } from './data-monitor/data-monitor.component'; +import { BackuprestoreComponent } from './backuprestore/backuprestore.component'; const routes: Routes = [ { @@ -12,6 +13,11 @@ const routes: Routes = [ path: 'datamonitor', component: DataMonitorComponent }, + + { + path: 'backuprestore', + component: BackuprestoreComponent + } // { // path: '**', // redirectTo: ''