working on angular SSR and my meta tags are not updating when i view source code

Viewed 507

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

0 Answers
Related