build_app

This commit is contained in:
risadmin_prod 2025-03-27 09:07:04 +00:00
parent 6ba047ca56
commit eab9ea4878
3 changed files with 9 additions and 0 deletions

View File

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

View File

@ -1,3 +1,4 @@
import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component';
@ -259,6 +260,8 @@ const routes: Routes = [
// buildercomponents
{path:'Forma',component:FormaComponent},

View File

@ -1,3 +1,4 @@
import { FormaComponent } from './BuilderComponents/basicp1/Forma/Forma.component';
import { CommonModule } from '@angular/common';
@ -127,6 +128,8 @@ import { QueryeditComponent } from './superadmin/queryedit/queryedit.component';
// buildercomponents
FormaComponent,