build_app

This commit is contained in:
risadmin_prod 2025-06-12 07:12:23 +00:00
parent e34d7eb021
commit 7898c0a3ac
3 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,9 @@ public class BuilderService {
addCustomMenu( "Testkb","Testkb", "Transcations");
addCustomMenu( "Testkb","Testkb", "Transcations");
System.out.println("dashboard and menu inserted...");

View File

@ -1,3 +1,4 @@
import { TestkbComponent } from './BuilderComponents/basicp1/Testkb/Testkb.component';
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
@ -258,6 +259,8 @@ const routes: Routes = [
// buildercomponents
{path:'Testkb',component:TestkbComponent},

View File

@ -1,3 +1,4 @@
import { TestkbComponent } from './BuilderComponents/basicp1/Testkb/Testkb.component';
import { CommonModule } from '@angular/common';
@ -130,6 +131,8 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
// buildercomponents
TestkbComponent,