Skip to main content

OrderStateLabelComponent

Displays the state of an order in a colored chip.

Example

HTML
<vdr-order-state-label [state]="order.state"></vdr-order-state-label>
Signature
class OrderStateLabelComponent {    @Input() state: string;    chipColorType: void}

state

propertystring

chipColorType

property
Was this chapter helpful?
Report Issue
Edited Feb 2, 2026·Edit this page