diff options
Diffstat (limited to 'usecaseui-portal/src/app/components/performance-details')
-rw-r--r-- | usecaseui-portal/src/app/components/performance-details/performance-details.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/components/performance-details/performance-details.component.ts b/usecaseui-portal/src/app/components/performance-details/performance-details.component.ts index 83467172..2b5cded5 100644 --- a/usecaseui-portal/src/app/components/performance-details/performance-details.component.ts +++ b/usecaseui-portal/src/app/components/performance-details/performance-details.component.ts @@ -1,6 +1,6 @@ import { Component, OnInit, Input } from '@angular/core'; import { slideUpDown } from '../../animates'; -import { MyhttpService } from '../../myhttp.service'; +import { HomesService } from '../../homes.service'; @Component({ selector: 'app-performance-details', @@ -11,7 +11,7 @@ import { MyhttpService } from '../../myhttp.service'; export class PerformanceDetailsComponent implements OnInit { - constructor(private myhttp:MyhttpService) { } + constructor(private myhttp:HomesService) { } ngOnInit() { |