diff --git a/src/app/app.module.ts b/src/app/app.module.ts index fb6681f..0c26a44 100755 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -6,6 +6,8 @@ import { AppComponent } from './app.component'; import { StatusModule } from './views/status/status.module'; import { EnrolmentModule } from './views/enrolment/enrolment.module'; +import { CourierModule } from './views/courier/courier.module'; +import { StudyMaterialModule } from './views/study-material/study-material.module'; // Import containers import { @@ -65,7 +67,9 @@ import { ChartsModule } from 'ng2-charts/ng2-charts'; TooltipModule.forRoot(), ChartsModule, StatusModule, - EnrolmentModule + EnrolmentModule, + CourierModule, + StudyMaterialModule ], declarations: [ AppComponent, diff --git a/src/app/app.routing.ts b/src/app/app.routing.ts index ded1274..cb76aea 100755 --- a/src/app/app.routing.ts +++ b/src/app/app.routing.ts @@ -58,7 +58,15 @@ export const routes: Routes = [ }, { path: 'paymentdetails', - loadChildren: './views/payment-details/payment-details.module#PaymentDetailsModule', }, + loadChildren: './views/payment-details/payment-details.module#PaymentDetailsModule', + },{ + path: 'studyMaterial', + loadChildren: './views/study-material/study-material.module#StudyMaterialModule' + }, + { + path: 'courier', + loadChildren: './views/courier/courier.module#CourierModule' + }, ] }, { diff --git a/src/app/components/app-sidebar/app-sidebar.component.html b/src/app/components/app-sidebar/app-sidebar.component.html index 3ec209f..5302374 100755 --- a/src/app/components/app-sidebar/app-sidebar.component.html +++ b/src/app/components/app-sidebar/app-sidebar.component.html @@ -88,6 +88,12 @@ + +