This commit is contained in:
Olu Amey
2020-09-12 17:24:24 -04:00
parent 45c2504df2
commit 8a4ded2103
8 changed files with 129 additions and 0 deletions
+4
View File
@@ -18,6 +18,10 @@ const routes: Routes = [
{
path: 'about',
loadChildren: () => import('./about/about.module').then(m => m.AboutPageModule)
},
{
path: 'blog',
loadChildren: () => import('./blog/blog.module').then( m => m.BlogPageModule)
}
];