From 3a9c980b6ab073d9bf69fe5ee1d8232f69367444 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Sun, 18 Apr 2021 12:03:58 +0000 Subject: [PATCH] [Aggragator | Trunk]: Home remove numbers variables git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60909 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/home/home.component.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index 8ffaf72..8dfec10 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -32,25 +32,11 @@ import {NumbersComponent} from "../openaireLibrary/sharedComponents/numbers/numb templateUrl: 'home.component.html', }) export class HomeComponent { - - - // public pageTitle = "OpenAIRE - Explore |" ; public keyword:string = ""; public searchFields:SearchFields = new SearchFields(); public errorCodes:ErrorCodes = new ErrorCodes(); public routerHelper:RouterHelper = new RouterHelper(); - - public publicationsSize:any = null; - public datasetsSize:any = null; - public datasetsLinkedSize:any = null; - public softwareLinkedSize:any = null; - public softwareSize: any = null; - public otherSize: any = null; - public fundersSize:any = null; - public projectsSize:any = null; - public datasourcesSize:any = null; - showPublications: boolean = portalProperties.entities.publication.isEnabled; showDatasets: boolean = portalProperties.entities.dataset.isEnabled; showSoftware: boolean = portalProperties.entities.software.isEnabled;