I can't use the example below to validate a form input for money: `money: new FormControl('', [this.validateBrService.decimal]),` It gives me this error: `value: "1020" status: "INVALID" errors: decimalvalidator: valid: false`
I can't use the example below to validate a form input for money:
money: new FormControl('', [this.validateBrService.decimal]),It gives me this error:
value: "1020" status: "INVALID" errors: decimalvalidator: valid: false