Ngx meta.withpropertyattribute
Home > @davidlj95/ngx-meta > withPropertyAttribute
withPropertyAttribute() function
Creates an attribute name/value identifying a <meta property="{value}"> element kind.
See NgxMetaElementsService.set().
Signature:
withPropertyAttribute: (value: string) => readonly ["property", string]
Parameters
| Parameter | Type | Description |
|---|---|---|
| value | string | Value for the property attribute of the <meta> element |
Returns:
readonly ["property", string]