Ngx meta.opengraph.url
Home > @davidlj95/ngx-meta > OpenGraph > url
OpenGraph.url property
Basic metadata.
The canonical URL of your object that will be used as its permanent ID in the graph, e.g., "https://www.imdb.com/title/tt0117500/".
Can be set with GlobalMetadata.canonicalUrl.
An absolute URL is needed unless URL resolution feature is enabled, which allows you to provide a relative URL to be resolved by the library into an absolute one.
Signature:
readonly url?: URL | AngularRouterUrl | string | null;
Remarks
Provider:
See also: