Job owner pages

This commit is contained in:
CHIEFSOFT\ameye
2023-08-06 07:38:41 -04:00
parent 13c9f3a529
commit 6f9eb0e25e
19 changed files with 1504 additions and 54 deletions
+8
View File
@@ -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({