@if(label) {
{{label}}
@if(descriptionTooltip) {
}
}
@if ((options && options.length > 0)) {
@for (option of options; track option) {
@if (option.icon) {
}
{{option.label}}
}
} @else {
No se encontraron ítems
}
@if (control.hasError('required')) {
{{label ? label : 'Este campo'}} es requerido
}