created routes pages
This commit is contained in:
6
src/app/pages/loan/loan.routes.ts
Normal file
6
src/app/pages/loan/loan.routes.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Routes } from '@angular/router';
|
||||
import { Loan } from './loan';
|
||||
|
||||
export const LOAN_ROUTES: Routes = [
|
||||
{ path: '', component: Loan },
|
||||
]
|
||||
Reference in New Issue
Block a user