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