Setting meta properties in a page dynamically based on the component response
Hi,
I am trying to set the page meta properties dynamically based on the component used within the page. I would like to do it in the server side instead of client side.
Since the page meta properties are within the head html it will load before the component is rendered. (The component will have dynamic response based on different parameters . Here i am trying to use the same template for all dynamic components).
Is there a way to fetch the values from the component before it is rendered , so i can set the meta properties .