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
This commit is contained in:
parent
ccfa9f5ab9
commit
0a9c9fc957
|
@ -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 {
|
||||
|
|
|
@ -70,7 +70,6 @@ export class CommunityComponent {
|
|||
this._communityService.getNumberOfPublications().subscribe(
|
||||
publicationTotal => {
|
||||
this.publicationTotal = publicationTotal;
|
||||
//console.log(publications);
|
||||
});
|
||||
|
||||
this._communityService.getNumberOfResearchData().subscribe(
|
||||
|
|
Loading…
Reference in New Issue