Added explicit home route
This commit is contained in:
parent
01e9a1025d
commit
0714ee2e93
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ const routes: Routes = [
|
|||
loadChildren: () => import('./admin/admin.module').then(m => m.AdminModule)
|
||||
},
|
||||
{path: 'library', component: LibraryComponent},
|
||||
{path: 'home', component: HomeComponent},
|
||||
{path: '**', component: HomeComponent, pathMatch: 'full'}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue