Job manager

This commit is contained in:
CHIEFSOFT\ameye
2023-08-07 07:23:54 -04:00
parent d09ff04b4a
commit dbb01c8eeb
10 changed files with 130 additions and 117 deletions
+4
View File
@@ -162,6 +162,10 @@ const routes: Routes = [
path: 'jobinterest',
loadChildren: () => import('./pages/jobinterest/jobinterest.module').then(m => m.JobinterestPageModule)
},
{
path: 'joblist',
loadChildren: () => import('./pages/joblist/joblist.module').then(m => m.JoblistPageModule)
},
];
@NgModule({