@if(label) {
{{label}} @if(descriptionTooltip) { }
} @if (hasStartError('required') || hasEndError('required')) { Fecha es obligatorio } @if (hasStartError('matStartDateInvalid')) { Fecha inicio inválida } @if (hasEndError('matEndDateInvalid')) { Fecha fin inválida } @if (hasStartError('errorCommons') || hasEndError('errorCommons')) { {{messageErrorCustom}} }