Job owner pages
This commit is contained in:
@@ -154,6 +154,14 @@ const routes: Routes = [
|
||||
path: 'mytasks',
|
||||
loadChildren: () => import('./pages/mytasks/mytasks.module').then(m => m.MytasksPageModule)
|
||||
},
|
||||
{
|
||||
path: 'jobmanager',
|
||||
loadChildren: () => import('./pages/jobmanager/jobmanager.module').then(m => m.JobmanagerPageModule)
|
||||
},
|
||||
{
|
||||
path: 'jobinterest',
|
||||
loadChildren: () => import('./pages/jobinterest/jobinterest.module').then(m => m.JobinterestPageModule)
|
||||
},
|
||||
|
||||
];
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user