My task
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user