job offers

This commit is contained in:
CHIEFSOFT\ameye
2023-08-18 21:26:16 -04:00
parent 92873f65f5
commit eb7177db96
10 changed files with 574 additions and 0 deletions
+4
View File
@@ -194,6 +194,10 @@ const routes: Routes = [
path: 'allblog',
loadChildren: () => import('./pages/allblog/allblog.module').then(m => m.AllblogPageModule)
},
{
path: 'joboffers',
loadChildren: () => import('./pages/joboffers/joboffers.module').then(m => m.JoboffersPageModule)
},
];
@NgModule({