@if (showLabel) { } @if (formControl) { @if (formControl.hasError('required') && formControl.touched) { {{requiredErrorDescription}} } } @else { }