Skip to main content
cngx-src documentation

CngxMeta

ComponentOnPushNo encapsulationv0.1.0WCAG AA

projects/common/display/meta/meta.component.ts

Import#

import { CngxMeta } from '@cngx/common/display'

Description#

A single metadata pair - a short bold term followed by its projected value - for the supplementary key/value lines that sit inside detail zones, cards, and popovers (e.g. trace 9f31c0d4). Compose several inside a CngxMetaList.

This is the lightweight, presentational option: the term is a plain string input and the pair reads linearly to a screen reader (term value). When you need real term/description semantics for a longer or more structured block, reach for a definition list instead - CngxMeta deliberately stays flat.

https://cngxjs.github.io/cngx/examples/#/common/display/meta/metadata-line

Metadata#

Index#

Inputs

Inputs#

input()

The metadata key. Rendered bold before the value; omit for a value-only item.