refer page

This commit is contained in:
CHIEFSOFT\ameye
2023-08-18 18:10:19 -04:00
parent a734d63f3c
commit 7b4cc648a8
14 changed files with 542 additions and 12 deletions
+4
View File
@@ -190,6 +190,10 @@ const routes: Routes = [
path: 'pendinterest',
loadChildren: () => import('./pages/pendinterest/pendinterest.module').then(m => m.PendinterestPageModule)
},
{
path: 'allblog',
loadChildren: () => import('./pages/allblog/allblog.module').then(m => m.AllblogPageModule)
},
];
@NgModule({