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:
parent
d47951c5fc
commit
41056150fc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue