diff options
author | Sunder Tattavarada <statta@research.att.com> | 2020-02-04 15:19:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-04 15:19:19 +0000 |
commit | 099ece77f49e4a6bc4d9b35ef03a5e0f33bf8384 (patch) | |
tree | 43ebcfcc2fb394b729853f4df14a149940c90e36 /portal-FE-common/src/app/shared | |
parent | 728c55e4233b5f7e449f67dea4c4ca987da701b7 (diff) | |
parent | 3f7386d4245f9a05db961440ebf80d97d788f902 (diff) |
Merge "Added portal-FE-os components"
Diffstat (limited to 'portal-FE-common/src/app/shared')
-rw-r--r-- | portal-FE-common/src/app/shared/services/application-catalog/application-catalog.service.ts | 2 | ||||
-rw-r--r-- | portal-FE-common/src/app/shared/services/widget-catalog/widget-catalog.service.ts | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/portal-FE-common/src/app/shared/services/application-catalog/application-catalog.service.ts b/portal-FE-common/src/app/shared/services/application-catalog/application-catalog.service.ts index 8dae2a67..2260c6ec 100644 --- a/portal-FE-common/src/app/shared/services/application-catalog/application-catalog.service.ts +++ b/portal-FE-common/src/app/shared/services/application-catalog/application-catalog.service.ts @@ -37,8 +37,6 @@ */ import { Injectable } from '@angular/core'; import { GridsterConfig, GridsterItem, DisplayGrid, GridType } from 'angular-gridster2'; -import { UUID } from 'angular2-uuid'; -import { CoreService } from '../core/core.service'; import { Observable } from 'rxjs'; import { IApplicationCatalog } from '../../model/application-catalog.model'; import { environment } from 'src/environments/environment'; diff --git a/portal-FE-common/src/app/shared/services/widget-catalog/widget-catalog.service.ts b/portal-FE-common/src/app/shared/services/widget-catalog/widget-catalog.service.ts index 8cb31785..eec839fb 100644 --- a/portal-FE-common/src/app/shared/services/widget-catalog/widget-catalog.service.ts +++ b/portal-FE-common/src/app/shared/services/widget-catalog/widget-catalog.service.ts @@ -39,7 +39,6 @@ import { Injectable } from '@angular/core'; import { IWidgetCatalog } from '../../model/widget-catalog.model'; import { Observable, from } from 'rxjs'; import { GridsterConfig, GridsterItem, CompactType, DisplayGrid, GridType } from 'angular-gridster2'; -import { CoreService } from '../core/core.service'; import { environment } from 'src/environments/environment'; import { HttpClient, HttpHeaders } from '@angular/common/http'; |