ERROR Error: Expected validator to return Promise or Observable formbuilder validators 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)]]
};