Remove this._meta.updateTag({content:url},property=og:url);

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

View File

@ -45,7 +45,6 @@ export class ErrorPageComponent {
}
ngOnInit() {
this.route.queryParams.subscribe(data => {
this._meta.updateTag({content:url},"property='og:url'");
this.page = data['page'];
if (!this.page) {
this.page = this._location.path(true);