@switch (layout) { @case (valueCardLayout.square) { } @case (valueCardLayout.vertical) { } @case (valueCardLayout.centered) {
} @case (valueCardLayout.simplified) { } @case (layout === valueCardLayout.horizontal || layout === valueCardLayout.horizontal_reversed ? layout : '') {
} }
@if (showIcon) { {{ icon }} } @if (showLabel) {
{{ label$ | async }}
}
@if (showDate) {
}
{{ valueText }}