build_app
This commit is contained in:
parent
82583589b7
commit
6aad66dda8
@ -75,6 +75,12 @@ addCustomMenu( "Design_lbrary", "Transcations");
|
||||
addCustomMenu( "Student_registration", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Design_lbrary", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Student_registration", "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';
|
||||
@ -261,6 +263,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';
|
||||
@ -129,6 +131,10 @@ import { QueryeditComponent } from './superadmin/queryedit/queryedit.component';
|
||||
|
||||
|
||||
// buildercomponents
|
||||
|
||||
|
||||
|
||||
|
||||
Design_lbraryComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user