Skip to main content
cngx-src documentation

CngxMatTabAggregatorErrorEntry

Interface

projects/ui/mat-tabs/decorations/decoration-projectors.ts

Import#

import { CngxMatTabAggregatorErrorEntry } from '@cngx/ui/mat-tabs'

Description#

One per-tab error-aggregator decoration entry. Caller pre-filters to handles whose shouldShow() === true.

count / label feed the optional *cngxMatTabAggregatorContent slot context (CngxMatTabAggregatorContentContext); the imperative-fallback path uses announcement only and ignores the two extra fields. They stay on the shape so the contract is uniform across render paths.

Index#

Instance Properties#

announcement#string
Readonly
count#number
Readonly

Aggregated error count — feeds the slot context's count field.

Readonly
Readonly
label#string
Readonly

Resolved tab label — feeds the slot context's label field.