This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.
import { Route } from '@angular/router'; import { HealthComponent } from './health.component'; export const healthRoute: Route = { path: '', component: HealthComponent, data: { pageTitle: 'health.title', }, };