This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
search.route.ts 179 B
Newer Older
import { Route } from '@angular/router';

import { SearchComponent } from './search.component';

export const SEARCH_ROUTE: Route = {
  path: '',
  component: SearchComponent,
};