My files parts
This commit is contained in:
@@ -166,6 +166,10 @@ const routes: Routes = [
|
||||
path: 'joblist',
|
||||
loadChildren: () => import('./pages/joblist/joblist.module').then(m => m.JoblistPageModule)
|
||||
},
|
||||
{
|
||||
path: 'myfiles',
|
||||
loadChildren: () => import('./pages/myfiles/myfiles.module').then(m => m.MyfilesPageModule)
|
||||
},
|
||||
|
||||
];
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user