build_app
This commit is contained in:
parent
b85c710b59
commit
88f9adff4b
@ -72,6 +72,12 @@ public class BuilderService {
|
||||
addCustomMenu( "Design_lbrary", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Student_registration", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Design_lbrary", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Student_registration", "Transcations");
|
||||
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -260,6 +262,10 @@ const routes: Routes = [
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'Design_lbrary',component:Design_lbraryComponent},
|
||||
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -128,6 +130,10 @@ import { QueryeditComponent } from './superadmin/queryedit/queryedit.component';
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
|
||||
|
||||
Design_lbraryComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user