build_app
This commit is contained in:
parent
0653d5f530
commit
a8ce9ef2df
@ -72,6 +72,12 @@ public class BuilderService {
|
||||
addCustomMenu( "Caltest","Stepper_workflow", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Testa","Testa", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Caltest","Stepper_workflow", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Testa","Testa", "Transcations");
|
||||
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
@ -250,6 +251,8 @@ export class Stepper_workflowComponent implements OnInit {
|
||||
console.log('id is ', id)
|
||||
|
||||
// stepper route
|
||||
|
||||
|
||||
this.router.navigate(["../caltest/", id], { relativeTo: this.route });
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
import { caltestComponent } from './BuilderComponents/stepperworkflow/caltest/caltest.component';
|
||||
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
|
||||
|
||||
@ -258,6 +260,10 @@ const routes: Routes = [
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'caltest/:id',component:caltestComponent},
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
import { caltestComponent } from './BuilderComponents/stepperworkflow/caltest/caltest.component';
|
||||
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
|
||||
|
||||
@ -131,6 +133,10 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
|
||||
|
||||
caltestComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user