|
|
|
|
|
|
|
|
import { LoanSelectComponent } from './loan-select/loan-select.component'; |
|
|
import { LoanSelectComponent } from './loan-select/loan-select.component'; |
|
|
import {PopupModule} from '@progress/kendo-angular-popup'; |
|
|
import {PopupModule} from '@progress/kendo-angular-popup'; |
|
|
import { LoansAllComponent } from './loans-all/loans-all.component'; |
|
|
import { LoansAllComponent } from './loans-all/loans-all.component'; |
|
|
import {FunderNameService} from './service/funder.name.service'; |
|
|
|
|
|
|
|
|
import {LenderNameService} from './service/lender-name.service'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WebSocketService, |
|
|
WebSocketService, |
|
|
LoanSummaryService, |
|
|
LoanSummaryService, |
|
|
LoanSingleService, |
|
|
LoanSingleService, |
|
|
FunderNameService, |
|
|
|
|
|
|
|
|
LenderNameService, |
|
|
{ |
|
|
{ |
|
|
provide: HTTP_INTERCEPTORS, |
|
|
provide: HTTP_INTERCEPTORS, |
|
|
useClass: AuthHttpInterceptor, |
|
|
useClass: AuthHttpInterceptor, |