build_app
This commit is contained in:
parent
09b889039d
commit
f545eb6e9e
@ -84,6 +84,12 @@ addCustomMenu( "Student_registration", "Transcations");
|
|||||||
addCustomMenu( "Design_lbrary", "Transcations");
|
addCustomMenu( "Design_lbrary", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Student_registration", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Design_lbrary", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
addCustomMenu( "Student_registration", "Transcations");
|
addCustomMenu( "Student_registration", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import { Design_lbraryComponent } from './BuilderComponents/dlf/Design_lbrary/Design_lbrary.component';
|
import { Design_lbraryComponent } from './BuilderComponents/dlf/Design_lbrary/Design_lbrary.component';
|
||||||
import { Student_registrationComponent } from './BuilderComponents/basicp1/Student_registration/Student_registration.component';
|
import { Student_registrationComponent } from './BuilderComponents/basicp1/Student_registration/Student_registration.component';
|
||||||
|
|
||||||
@ -272,6 +274,10 @@ const routes: Routes = [
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{path:'Design_lbrary',component:Design_lbraryComponent},
|
{path:'Design_lbrary',component:Design_lbraryComponent},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import { Design_lbraryComponent } from './BuilderComponents/dlf/Design_lbrary/Design_lbrary.component';
|
import { Design_lbraryComponent } from './BuilderComponents/dlf/Design_lbrary/Design_lbrary.component';
|
||||||
import { Student_registrationComponent } from './BuilderComponents/basicp1/Student_registration/Student_registration.component';
|
import { Student_registrationComponent } from './BuilderComponents/basicp1/Student_registration/Student_registration.component';
|
||||||
|
|
||||||
@ -140,6 +142,10 @@ import { QueryeditComponent } from './superadmin/queryedit/queryedit.component';
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Design_lbraryComponent,
|
Design_lbraryComponent,
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user