Ngx meta.metadatavalues
Home > @davidlj95/ngx-meta > MetadataValues
MetadataValues type
Metadata values to use for a page.
Broadly speaking, it's just a JSON object.
See the metadata values JSON guide for more information about typing metadata values JSON with stricter types
Signature:
export type MetadataValues = object;