build_app

This commit is contained in:
risadmin_prod 2025-05-01 03:58:23 +00:00
parent 82583589b7
commit 6aad66dda8
3 changed files with 18 additions and 0 deletions

View File

@ -75,6 +75,12 @@ addCustomMenu( "Design_lbrary", "Transcations");
addCustomMenu( "Student_registration", "Transcations");
addCustomMenu( "Design_lbrary", "Transcations");
addCustomMenu( "Student_registration", "Transcations");
addCustomMenu( "Student_registration", "Transcations");

View File

@ -1,3 +1,5 @@
import { Design_lbraryComponent } from './BuilderComponents/dlf/Design_lbrary/Design_lbrary.component';
import { Student_registrationComponent } from './BuilderComponents/basicp1/Student_registration/Student_registration.component';
@ -261,6 +263,10 @@ const routes: Routes = [
// buildercomponents
{path:'Design_lbrary',component:Design_lbraryComponent},

View File

@ -1,3 +1,5 @@
import { Design_lbraryComponent } from './BuilderComponents/dlf/Design_lbrary/Design_lbrary.component';
import { Student_registrationComponent } from './BuilderComponents/basicp1/Student_registration/Student_registration.component';
@ -129,6 +131,10 @@ import { QueryeditComponent } from './superadmin/queryedit/queryedit.component';
// buildercomponents
Design_lbraryComponent,