From 0a9c9fc957206f56c5d53df4d05c2facc45735ad Mon Sep 17 00:00:00 2001 From: "sofia.baltzi" Date: Tue, 27 Feb 2018 12:00:11 +0000 Subject: [PATCH] Change communityInfo path git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@50942 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/communities/communities.service.ts | 2 +- src/app/community/community.component.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/communities/communities.service.ts b/src/app/communities/communities.service.ts index 6781b08..eba353f 100644 --- a/src/app/communities/communities.service.ts +++ b/src/app/communities/communities.service.ts @@ -2,7 +2,7 @@ import { Injectable } from '@angular/core'; import { Http, Response, Headers, RequestOptions } from '@angular/http'; import { Observable } from 'rxjs/Rx'; -import { CommunityInfo } from './communityInfo'; +import { CommunityInfo } from '../utils/communityInfo'; @Injectable() export class CommunitiesService { diff --git a/src/app/community/community.component.ts b/src/app/community/community.component.ts index e342bd0..3a8eef3 100644 --- a/src/app/community/community.component.ts +++ b/src/app/community/community.component.ts @@ -70,7 +70,6 @@ export class CommunityComponent { this._communityService.getNumberOfPublications().subscribe( publicationTotal => { this.publicationTotal = publicationTotal; - //console.log(publications); }); this._communityService.getNumberOfResearchData().subscribe(