diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-26 15:02:16 +0800 |
---|---|---|
committer | xu ran <xuranyjy@chinamobile.com> | 2019-09-26 07:07:44 +0000 |
commit | 2b307fe51a873c200c22469327e6947095516288 (patch) | |
tree | e6d02144ae290bc3d25c78e92ef0af9217eb85eb /usecaseui-portal/src/app/app.module.ts | |
parent | b730229cbdc22fa309175f87ba1644d2be5923f8 (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/app.module.ts')
-rw-r--r-- | usecaseui-portal/src/app/app.module.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/app.module.ts b/usecaseui-portal/src/app/app.module.ts index 3f750bfb..885bba67 100644 --- a/usecaseui-portal/src/app/app.module.ts +++ b/usecaseui-portal/src/app/app.module.ts @@ -63,7 +63,7 @@ import { PathLocationStrategy, LocationStrategy, HashLocationStrategy } from '@a // common function util import { Util } from './shared/utils/utils'; // Custom service -import { MyhttpService } from './core/services/myhttp.service'; +import { ServiceListService } from './core/services/serviceList.service'; import { HomesService } from './core/services/homes.service'; import { onboardService } from './core/services/onboard.service'; import { networkHttpservice } from './core/services/networkHttpservice.service'; @@ -80,7 +80,7 @@ import { TextService } from './core/services/text.service'; { provide: LocationStrategy, useClass: HashLocationStrategy }, { provide: NZ_I18N, useValue: en_US }, Util, - MyhttpService, + ServiceListService, HomesService, onboardService, networkHttpservice, |