@if(label) {
{{label}}
}
@if(predictionList && predictionList.length > 0){
@for (prediction of predictionList; track prediction) {
{{ prediction.description
}}
} @empty {
@if (!control.value) {
Ingrese {{placeholderText}}. Ej:Nombre comuna y N°
}
@if (control.value && control.valid && options.length === 0 ) {
Intente con otra {{placeholderText}}.
}
}
}
@if (control?.hasError('required')) {
{{label? label: 'Este campo'}} es requerido
}
@if (control?.hasError('commonError')) {
{{addressValidationMessage}}
}