refer page
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user