build_app
This commit is contained in:
parent
d9247c7d61
commit
29cbdbb408
@ -72,6 +72,12 @@ public class BuilderService {
|
||||
addCustomMenu( "step01","Stepper_workflow", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Forma","Forma", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "step01","Stepper_workflow", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Forma","Forma", "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(["../step01/", id], { relativeTo: this.route });
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
import { step01Component } from './BuilderComponents/stepperworkflow/step01/step01.component';
|
||||
import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component';
|
||||
|
||||
@ -258,6 +260,10 @@ const routes: Routes = [
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'step01/:id',component:step01Component},
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
import { step01Component } from './BuilderComponents/stepperworkflow/step01/step01.component';
|
||||
import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component';
|
||||
|
||||
@ -131,6 +133,10 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
|
||||
|
||||
step01Component,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user