Pending offers

This commit is contained in:
CHIEFSOFT\ameye
2023-08-22 15:49:48 -04:00
parent 86477146d0
commit 5adf98f455
15 changed files with 663 additions and 32 deletions
+4
View File
@@ -198,6 +198,10 @@ const routes: Routes = [
path: 'joboffers',
loadChildren: () => import('./pages/joboffers/joboffers.module').then(m => m.JoboffersPageModule)
},
{
path: 'pendingoffers',
loadChildren: () => import('./pages/pendingoffers/pendingoffers.module').then(m => m.PendingoffersPageModule)
},
];
@NgModule({