@ -6,7 +6,7 @@ import { ChartComponent } from './chart.component';
const routes: Routes = [
// Module is lazy loaded, see app-routing.module.ts
{ path: '', component: ChartComponent, data: { title: extract('Chart') } }
{ path: '', component: ChartComponent, data: { title: extract('Chart | Aiolos') } }
];
@NgModule({
@ -8,7 +8,7 @@ import { Shell } from '@app/shell/shell.service';
Shell.childRoutes([
{ path: '', redirectTo: '/home', pathMatch: 'full' },
{ path: 'home', component: HomeComponent, data: { title: extract('Home') } }
{ path: 'home', component: HomeComponent, data: { title: extract('Home | Aiolos') } }
])
@ -6,7 +6,7 @@ import { MapComponent } from './map.component';
{ path: '', component: MapComponent, data: { title: extract('Map') } }
{ path: '', component: MapComponent, data: { title: extract('Map | Aiolos') } }