I am working with ng universal for SEO implementation
updating meta tags using
this.meta.updateTag({ content: value }, `property="${key}"`);
and tried with
this.meta.updateTag({ property: key, content: value });
Meta tags are updating in elements tab but not in