From 3f7386d4245f9a05db961440ebf80d97d788f902 Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Fri, 31 Jan 2020 20:08:08 +0530 Subject: Added portal-FE-os components Removed layout from portal-FE-os and added new components in portal-fe-os Issue-ID: PORTAL-795 Change-Id: I3d7f93fa22a7935f9e73ed96802495019aabc129 Signed-off-by: Sudarshan Kumar --- .../layout/components/footer/footer.component.html | 42 ++++++++++++++++++++++ .../application-catalog.service.ts | 2 -- .../widget-catalog/widget-catalog.service.ts | 1 - 3 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 portal-FE-common/src/app/layout/components/footer/footer.component.html (limited to 'portal-FE-common/src') diff --git a/portal-FE-common/src/app/layout/components/footer/footer.component.html b/portal-FE-common/src/app/layout/components/footer/footer.component.html new file mode 100644 index 00000000..6edddb6f --- /dev/null +++ b/portal-FE-common/src/app/layout/components/footer/footer.component.html @@ -0,0 +1,42 @@ + + \ No newline at end of file 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'; -- cgit 1.2.3-korg