not able to share url in facebook using angular 7

665 Views Asked by At

While using angular 7 is it even possible to share url in facebook without using server side rendering module as angular universal or prerender ? I tried updating meta tags required for facebook share during share click function but still it's not working. What is the best way to successfully implement facebook share of angular 7 page( data is coming from api) ?

I am trying to implement Rendertron but I am not able to run the project. I tried step by step process listed in the link but still no success.

Any help/suggestions are welcome.

1

There are 1 best solutions below

2
Dipten On

You can try ngx-share module. You can find ngx-share at here