I\'ve spent more than 2 months but could not found a clear solution of how to proceed with angular universal. I\'ve already spent about 6 months in implementing angular univ
First Add all required meta tags in index.html file like this
Then update the meta tags in each required component, use meta.updateTag() as below
This one worked for me.
I try to create service to update but that not worked, its working only when meta update added in the same component.