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 bea71c6..9e4e1d2 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"); + + System.out.println("dashboard and menu inserted..."); 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 909d9c2..9b8b738 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,3 +1,4 @@ + import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component'; import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component'; @@ -257,6 +258,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 5406a9d..df40d9d 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,3 +1,4 @@ + import { HelloComponent } from './BuilderComponents/nnnr/Hello/Hello.component'; @@ -130,6 +131,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S // buildercomponents + + HelloComponent,