[Trunk | Explore]: home.component.ts: "properties" as first parameter in methods of file: openaireLibrary/utils/helper/helper.service.ts.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58418 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-04-07 11:18:43 +00:00
parent 52678df695
commit 6412c59645
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ public subPub;public subData;public subProjects;public subOrg; public subDataPr;
}
private getPageContents() {
this.helper.getPageHelpContents(this._router.url, this.properties, 'openaire').subscribe(contents => {
this.helper.getPageHelpContents(this.properties, 'openaire', this._router.url).subscribe(contents => {
this.pageContents = contents;
})
}