|
|
@@ -7,4 +7,5 @@ export const routes: Routes = [
|
|
|
{ path:'dashboard', component: DashboardComponent, data: {title: 'FIS'}},
|
|
|
{ path:'auth', loadChildren: () => import('angularlib/login/login.module').then(m => m.LoginModule)},
|
|
|
{ path:'leave', loadChildren: () => import('fis/leave/leave.module').then(m => m.LeaveModule)},
|
|
|
+ { path:'tender', loadChildren: () => import('fis/tender/tender.module').then(m => m.TenderModule)},
|
|
|
];
|