This commit is contained in:
CHIEFSOFT\ameye
2023-08-05 16:34:10 -04:00
parent 5d177887e1
commit 2270fc3885
13 changed files with 374 additions and 11 deletions
+4
View File
@@ -150,6 +150,10 @@ const routes: Routes = [
path: 'family',
loadChildren: () => import('./pages/family/family.module').then(m => m.FamilyPageModule)
},
{
path: 'mytasks',
loadChildren: () => import('./pages/mytasks/mytasks.module').then(m => m.MytasksPageModule)
},
];
@NgModule({