{{redemption.id ? "Edit" : "Add"}} Redemption Order @if (orderFormControl.invalid && (orderFormControl.dirty || orderFormControl.touched)) { @for (error of orderErrorMessageKeys; track $index) { @if (orderFormControl.hasError(error)) { {{orderErrorMessages[error]}} } } } @if (redemption.id) { } @if (responseError) { {{responseError}} }