[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
This commit is contained in:
k.triantafyllou 2021-04-18 12:03:58 +00:00
parent 0658c30096
commit 3a9c980b6a
1 changed files with 0 additions and 14 deletions

View File

@ -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;