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