My files parts

This commit is contained in:
CHIEFSOFT\ameye
2023-08-09 20:53:27 -04:00
parent 3256c83e97
commit 20bb41ae8f
9 changed files with 718 additions and 2 deletions
+4
View File
@@ -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({