src/app/common/number-group-input/number-group-input.component.html [18:36]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Required {{ 'Value must be greater than or equal to' | translate:{value: form.get(controlName).errors.minValue.value} }} {{ 'Value must be smaller than or equal to' | translate:{value: form.get(controlName).errors.maxValue.value} }} {{ 'Value must be greater than' | translate:{value: form.get(controlName).errors.greaterThanValue.value} }} {{ 'Must have decimal places' | translate:{value: form.get(controlName).errors.scale.value} }} {{hint}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/app/common/number-input/number-input.component.html [18:36]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Required {{ 'Value must be greater than or equal to' | translate:{value: form.get(controlName).errors.minValue.value} }} {{ 'Value must be smaller than or equal to' | translate:{value: form.get(controlName).errors.maxValue.value} }} {{ 'Value must be greater than' | translate:{value: form.get(controlName).errors.greaterThanValue.value} }} {{ 'Must have decimal places' | translate:{value: form.get(controlName).errors.scale.value} }} {{hint}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -