build_app

This commit is contained in:
risadmin_prod 2025-07-25 12:04:27 +00:00
parent c0c720b975
commit c5b79da704
3 changed files with 18 additions and 0 deletions

View File

@ -78,6 +78,12 @@ addCustomMenu( "Testa","Testa", "Transcations");
addCustomMenu( "Testb","Testb", "Transcations");
addCustomMenu( "Testa","Testa", "Transcations");
addCustomMenu( "Testb","Testb", "Transcations");
addCustomMenu( "Testa","Testa", "Transcations");

View File

@ -1,5 +1,7 @@
import { TestbComponent } from './BuilderComponents/basicp1/Testb/Testb.component';
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
@ -264,6 +266,10 @@ const routes: Routes = [
{path:'Testb',component:TestbComponent},

View File

@ -1,5 +1,7 @@
import { TestbComponent } from './BuilderComponents/basicp1/Testb/Testb.component';
import { TestaComponent } from './BuilderComponents/basicp1/Testa/Testa.component';
@ -137,6 +139,10 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
TestbComponent,