Expected validator to return Promise or Observable. at toObservable (forms.js:1176) code example
Example: Expected validator to return Promise or Observable
profileFormGroup = {
budget: [null, [Validators.required, Validators.min(1)]]
};
profileFormGroup = {
budget: [null, [Validators.required, Validators.min(1)]]
};