In angular 2 how do you make the canonical tag in the index.html page dynamically change

Viewed 1407

In angular 2 how do you make the canonical tag in the index.html page dynamic so I can share page urls with social media.

This is it currently:

<link rel="canonical" href="https://mywebsite.co.uk">
1 Answers
Related