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