From be73ba0510bc6113f14fad5c25824006f4f00c6b Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 16 Apr 2021 18:38:07 +0000 Subject: [PATCH] [Library | Trunk]: Numbers: Add init function. Create numberSize interface git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60897 d315682c-612b-4755-9ff5-7f18f6832af3 --- sharedComponents/numbers/numbers.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/sharedComponents/numbers/numbers.component.ts b/sharedComponents/numbers/numbers.component.ts index 4855da57..dfdd07e4 100644 --- a/sharedComponents/numbers/numbers.component.ts +++ b/sharedComponents/numbers/numbers.component.ts @@ -140,7 +140,6 @@ export class NumbersComponent implements OnInit, OnDestroy { (getProjects)?this.refineFieldResultsService.getRefineFieldsResultsByEntityName(['funder'], 'project', this.properties, this.refineQuery):this.empty, (getDataProviders)?this.searchDataprovidersService.numOfSearchDataproviders('', this.properties, this.refineQuery):this.empty ).subscribe((data: any[]) => { - console.log(data) if (data[0] && data[0] > 0) { this.numbers.publicationsSize = NumberUtils.roundNumber(data[0]); }