build_app

This commit is contained in:
risadmin_prod 2025-06-16 11:13:35 +00:00
parent d9247c7d61
commit 29cbdbb408
4 changed files with 21 additions and 0 deletions

View File

@ -72,6 +72,12 @@ public class BuilderService {
addCustomMenu( "step01","Stepper_workflow", "Transcations"); addCustomMenu( "step01","Stepper_workflow", "Transcations");
addCustomMenu( "Forma","Forma", "Transcations");
addCustomMenu( "step01","Stepper_workflow", "Transcations");
addCustomMenu( "Forma","Forma", "Transcations"); addCustomMenu( "Forma","Forma", "Transcations");

View File

@ -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(["../step01/", id], { relativeTo: this.route }); this.router.navigate(["../step01/", id], { relativeTo: this.route });

View File

@ -1,3 +1,5 @@
import { step01Component } from './BuilderComponents/stepperworkflow/step01/step01.component'; import { step01Component } from './BuilderComponents/stepperworkflow/step01/step01.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:'step01/:id',component:step01Component}, {path:'step01/:id',component:step01Component},

View File

@ -1,3 +1,5 @@
import { step01Component } from './BuilderComponents/stepperworkflow/step01/step01.component'; import { step01Component } from './BuilderComponents/stepperworkflow/step01/step01.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
step01Component, step01Component,