@if (formControl) {
@if (showLabel) { } @if (formControl.dirty && formControl.hasError('required')) { {{errorDescription}} }
} @else {
@if (showLabel) { }
}