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