Ngx meta.globalmetadata.image
Home > @davidlj95/ngx-meta > GlobalMetadata > image
GlobalMetadata.image property
Specifies image metadata (will be used for link previews / social cards) to be used for more than one module. Like:
-
OpenGraph.image (needs standard module)
-
TwitterCard.image (needs Twitter Cards module)
Open Graph allows for more attributes for the image. Specify OpenGraph.image if you want to customize those too.
Signature:
readonly image?: GlobalMetadataImage | null;
Remarks
Used in GlobalMetadata.image with type GlobalMetadataImage