import { Routes } from '@angular/router'; import { Loan } from './loan'; export const LOAN_ROUTES: Routes = [ { path: '', component: Loan }, ]