|
|
@ -17,7 +17,6 @@ import { DeleteTwoComponent } from './deleteUnit/delete-two/delete-two.component |
|
|
|
import { DeleteThereComponent } from './deleteUnit/delete-there/delete-there.component'; |
|
|
|
import { DeleteThereComponent } from './deleteUnit/delete-there/delete-there.component'; |
|
|
|
import { DeleteFourComponent } from './deleteUnit/delete-four/delete-four.component'; |
|
|
|
import { DeleteFourComponent } from './deleteUnit/delete-four/delete-four.component'; |
|
|
|
import { BuildingTypeOneComponent } from './buildingType/building-type-one/building-type-one.component'; |
|
|
|
import { BuildingTypeOneComponent } from './buildingType/building-type-one/building-type-one.component'; |
|
|
|
import { from } from 'rxjs'; |
|
|
|
|
|
|
|
import {ScheduledUpdatesComponent,publicEchartsComponent} from './scheduled-updates/scheduled-updates.component' |
|
|
|
import {ScheduledUpdatesComponent,publicEchartsComponent} from './scheduled-updates/scheduled-updates.component' |
|
|
|
import { BuildingTypeTwoForwardComponent } from './buildingType/building-type-two-forward/building-type-two-forward.component'; |
|
|
|
import { BuildingTypeTwoForwardComponent } from './buildingType/building-type-two-forward/building-type-two-forward.component'; |
|
|
|
import { BuildingTypeTwoReverseComponent } from './buildingType/building-type-two-reverse/building-type-two-reverse.component'; |
|
|
|
import { BuildingTypeTwoReverseComponent } from './buildingType/building-type-two-reverse/building-type-two-reverse.component'; |
|
|
@ -33,13 +32,12 @@ import { HomeComponent } from './home/home.component'; |
|
|
|
|
|
|
|
|
|
|
|
const routes: Routes = [ |
|
|
|
const routes: Routes = [ |
|
|
|
{ path: 'statePageOne', component: PageOneComponent}, |
|
|
|
{ path: 'statePageOne', component: PageOneComponent}, |
|
|
|
{ path: 'statePageTwo_time', component: PageTwoTimeComponent}, |
|
|
|
{ path: 'statePageOne/time', component: PageTwoTimeComponent}, |
|
|
|
{ path: 'delete_one', component: DeleteOneComponent}, |
|
|
|
{ path: 'delete_one', component: DeleteOneComponent}, |
|
|
|
{ path: 'delete_one/delete_two', component: DeleteTwoComponent}, |
|
|
|
{ path: 'delete_one/delete_two', component: DeleteTwoComponent}, |
|
|
|
{ path: 'delete_one/delete_there', component: DeleteThereComponent}, |
|
|
|
{ path: 'delete_one/delete_there', component: DeleteThereComponent}, |
|
|
|
{ path: 'delete_one/delete_four', component: DeleteFourComponent}, |
|
|
|
{ path: 'delete_one/delete_four', component: DeleteFourComponent}, |
|
|
|
{ path: 'buildingType_one', component: BuildingTypeOneComponent}, |
|
|
|
{ path: 'buildingType_one', component: BuildingTypeOneComponent}, |
|
|
|
//{ path: 'delete_one/deleteUnit_two_type', component: DeleteTwoComponent}
|
|
|
|
|
|
|
|
{ path: 'delete_two', component: DeleteTwoComponent}, |
|
|
|
{ path: 'delete_two', component: DeleteTwoComponent}, |
|
|
|
{ path: 'delete_there', component: DeleteThereComponent}, |
|
|
|
{ path: 'delete_there', component: DeleteThereComponent}, |
|
|
|
{ path: 'delete_four', component: DeleteFourComponent}, |
|
|
|
{ path: 'delete_four', component: DeleteFourComponent}, |
|
|
|