build_app

This commit is contained in:
risadmin_prod 2025-05-23 05:23:34 +00:00
parent 8d54b1f23f
commit 085cfcc88a
3 changed files with 9 additions and 0 deletions

View File

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

View File

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

View File

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