From 8f6ac9f9bc6febf2c046020d19d50da71dc42ede Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Tue, 8 Jul 2025 10:48:01 +0000 Subject: [PATCH] build_app --- .../java/com/realnet/Builders/Services/BuilderService.java | 3 +++ .../src/app/modules/main/main-routing.module.ts | 3 +++ .../angular-clarity-master/src/app/modules/main/main.module.ts | 3 +++ 3 files changed, 9 insertions(+) diff --git a/testingweburl-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java b/testingweburl-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java index 9e4e1d2..a4213ee 100644 --- a/testingweburl-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java +++ b/testingweburl-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java @@ -72,6 +72,9 @@ public class BuilderService { addCustomMenu( "Hello","Hello", "Transcations"); +addCustomMenu( "Hello","Hello", "Transcations"); + + addCustomMenu( "Hello","Hello", "Transcations"); diff --git a/testingweburl-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts b/testingweburl-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts index 9b8b738..9a49f4b 100644 --- a/testingweburl-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts +++ b/testingweburl-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main-routing.module.ts @@ -1,4 +1,5 @@ + import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component'; import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component'; @@ -260,6 +261,8 @@ const routes: Routes = [ // buildercomponents + + {path:'Hello',component:HelloComponent}, diff --git a/testingweburl-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts b/testingweburl-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts index df40d9d..46cd6ff 100644 --- a/testingweburl-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts +++ b/testingweburl-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/main.module.ts @@ -1,4 +1,5 @@ + import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component'; @@ -133,6 +134,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S // buildercomponents + + HelloComponent,