Skip to content

Ngx meta.ngxmetametadefinition.attrselector

Home > @davidlj95/ngx-meta > NgxMetaMetaDefinition > attrSelector

NgxMetaMetaDefinition.attrSelector property

Warning: This API is now obsolete.

Use NgxMetaElementsService APIs instead. See custom metadata guide for more info

Attribute selector to identify the <meta> element. In order to remove this specific <meta> element when needed.

Signature:

readonly attrSelector: string;

Example

For instance, [name='description'] for the <meta name='description'> element.