optimize remote #3

This commit is contained in:
2022-11-10 17:58:49 +01:00
parent beecbdfb22
commit 0058055dd6
10 changed files with 95 additions and 59 deletions

View File

@@ -2,6 +2,7 @@ import {NgModule} from '@angular/core';
import {RouterModule, Routes} from '@angular/router';
import {RemoteComponent} from './remote/remote.component';
import {MonitorComponent} from './monitor/monitor.component';
import {SelectComponent} from './select/select.component';
const routes: Routes = [
{
@@ -13,6 +14,10 @@ const routes: Routes = [
path: 'remote',
component: RemoteComponent,
},
{
path: 'select',
component: SelectComponent,
},
{
path: 'monitor',
component: MonitorComponent,