Still in progress
This commit is contained in:
@ -5,6 +5,10 @@ import {LogoutComponent} from "./auth/logout/logout.component";
|
||||
import {HomeComponent} from "./home/home.component";
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: 'bills',
|
||||
loadChildren: () => import('./bills/bills.module').then(mod => mod.BillsModule)
|
||||
},
|
||||
{
|
||||
path: 'guest-book',
|
||||
loadChildren: () => import('./guest-book/guest-book.module').then(mod => mod.GuestBookModule)
|
||||
|
||||
Reference in New Issue
Block a user