app routing changes

This commit is contained in:
gandhimathi 2018-07-31 11:32:02 +05:30
parent bdf5f20812
commit 54ebb5e379

View File

@ -40,10 +40,6 @@ export const routes: Routes = [
path: 'charts',
loadChildren: './views/chartjs/chartjs.module#ChartJSModule'
},
{
path: 'master',
loadChildren: './views/master/master.module#MasterModule',
},
{
path: 'shareallotment',
loadChildren: './views/fees-share-allotment/fees-share-allotment.module#FeesShareAllotmentModule',
@ -52,10 +48,6 @@ export const routes: Routes = [
path: 'feescalculator',
loadChildren: './views/fees-calculator/fees-calculator.module#FeesCalculatorModule',
},
{
path: 'receivefees',
loadChildren: './views/fees-details/fees-details.module#FeesDetailsModule',
},
]
},
{