Job manager
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user