From d4469b9c94b92089aa9b8ceacd82223d68f13d04 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 31 Jul 2018 14:08:11 +0530 Subject: [PATCH] routing changes --- src/app/app.routing.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/app.routing.ts b/src/app/app.routing.ts index cfd9c28..1257477 100644 --- a/src/app/app.routing.ts +++ b/src/app/app.routing.ts @@ -55,6 +55,10 @@ export const routes: Routes = [ { path: 'studymaterial', loadChildren: './views/studymaterial/studymaterial.module#StudymaterialModule' + }, + { + path: 'receivefees', + loadChildren: './views/fees-details/fees-details.module#FeesDetailsModule', } ] }, @@ -70,10 +74,6 @@ export const routes: Routes = [ loadChildren: './views/pages/pages.module#PagesModule', } ] - }, - { - path: 'receivefees', - loadChildren: './views/fees-details/fees-details.module#FeesDetailsModule', } ];