|
@ -8,7 +8,7 @@ import { Shell } from '@app/shell/shell.service'; |
|
|
const routes: Routes = [ |
|
|
const routes: Routes = [ |
|
|
Shell.childRoutes([ |
|
|
Shell.childRoutes([ |
|
|
{ path: '', redirectTo: '/home', pathMatch: 'full' }, |
|
|
{ path: '', redirectTo: '/home', pathMatch: 'full' }, |
|
|
{ path: 'home', component: HomeComponent, data: { title: extract('Home') } } |
|
|
{ path: 'home', component: HomeComponent, data: { title: extract('Home | Aiolos') } } |
|
|
]) |
|
|
]) |
|
|
]; |
|
|
]; |
|
|
|
|
|
|
|
|