Add title in meta in communityErrorPage.component

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@51762 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
sofia.baltzi 2018-04-11 15:20:27 +00:00
parent 68e52678fe
commit e8df63c34e
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ export class CommunityErrorPageComponent {
var title = "OpenAIRE | Error page";
this._meta.updateTag({content:title},"property='og:title'");
this._title.setTitle(title);
this.page = _location.path(true);
//this.page = _router.url;