market detail

This commit is contained in:
CHIEFSOFT\ameye
2023-07-30 00:28:57 -04:00
parent 0ef686994a
commit 1b635841e4
10 changed files with 714 additions and 2 deletions
+4
View File
@@ -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({