Blog details started fix

This commit is contained in:
CHIEFSOFT\ameye
2023-07-29 23:04:32 -04:00
parent 3cac2fd312
commit f93f972285
13 changed files with 721 additions and 26 deletions
+4
View File
@@ -134,6 +134,10 @@ const routes: Routes = [
path: 'familylogin',
loadChildren: () => import('./pages/familylogin/familylogin.module').then(m => m.FamilyloginPageModule)
},
{
path: 'blogdetail',
loadChildren: () => import('./pages/blogdetail/blogdetail.module').then(m => m.BlogdetailPageModule)
},
];
@NgModule({