@if (to.label || to.description){ {{ to.label }} @if (to.description) {

{{ to.description }}

}
} @for (option of fieldOptions; track option; let last = $last) { @if (option.url !== undefined){ {{ option.label }} } @else { @if (to.radioSlot === 'start') { {{ option.label }} } @else { {{ option.label }} } } }