I want to get the base href in Angular including the domain (or subdomain)
use case:
I want to add ogg:image property using Meta service.
the current content looks like /image.jpg but I want it to be https://example.com/image.jpg so it can be fetched properly by social media platforms.
note: I use SSR.