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