summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/services-list
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-09-26 15:02:16 +0800
committerxu ran <xuranyjy@chinamobile.com>2019-09-26 07:07:44 +0000
commit2b307fe51a873c200c22469327e6947095516288 (patch)
treee6d02144ae290bc3d25c78e92ef0af9217eb85eb /usecaseui-portal/src/app/views/services/services-list
parentb730229cbdc22fa309175f87ba1644d2be5923f8 (diff)
feat:modify service-list api file name
Change-Id: Ib10db97aa71d06a9d2be6de0b96af5a1f3c59b27 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/views/services/services-list')
-rw-r--r--usecaseui-portal/src/app/views/services/services-list/services-list.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts b/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts
index aed66631..8ce56ebf 100644
--- a/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts
+++ b/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts
@@ -14,7 +14,7 @@
limitations under the License.
*/
import { Component, OnInit, HostBinding, TemplateRef } from '@angular/core';
-import { MyhttpService } from '../../../core/services/myhttp.service';
+import { ServiceListService } from '../../../core/services/serviceList.service';
import { slideToRight } from '../../../shared/utils/animates';
import { NzModalService } from 'ng-zorro-antd';
import { NzNotificationService } from 'ng-zorro-antd';
@@ -31,7 +31,7 @@ export class ServicesListComponent implements OnInit {
public width:number = document.documentElement.clientWidth;
- constructor(private myhttp: MyhttpService, private modalService: NzModalService, private notification: NzNotificationService) {
+ constructor(private myhttp: ServiceListService, private modalService: NzModalService, private notification: NzNotificationService) {
}
ngOnInit() {