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