Active Task
This commit is contained in:
@@ -142,6 +142,10 @@ const routes: Routes = [
|
||||
path: 'marketdetail',
|
||||
loadChildren: () => import('./pages/marketdetail/marketdetail.module').then(m => m.MarketdetailPageModule)
|
||||
},
|
||||
{
|
||||
path: 'activetask',
|
||||
loadChildren: () => import('./pages/activetask/activetask.module').then(m => m.ActivetaskPageModule)
|
||||
},
|
||||
|
||||
];
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user