projects/common/display/tag/config/features.ts
Override the default CngxTag input values (variant, color, size, truncate, maxWidth). Per-instance bindings still win over the cascade — this only sets the fallback per directive.
CngxTag
variant
color
size
truncate
maxWidth
provideTagConfig( withTagDefaults({ variant: 'subtle', size: 'sm' }), );
withTagDefaults(payload: NonNullable)
NonNullable
CngxTagConfigFeature