Hi, whenever i try to give - date: new formcontrol (' ', [validators.minlength() , this.customvalidator.bind(this)]) it throws error that no overload matches this call , but if i include Validators.required in this then it works fine , but i don't want to use Required validator , please help
Nice.. could you please make validation for latest from control instead of taking new everywhere.. and is it possible to make all kind of forms as reusable??? also please explain.. reusable angular material table.. 🔥
Hi, whenever i try to give -
date: new formcontrol (' ', [validators.minlength() , this.customvalidator.bind(this)]) it throws error that no overload matches this call , but if i include Validators.required in this then it works fine , but i don't want to use Required validator , please help
Nice.. could you please make validation for latest from control instead of taking new everywhere.. and is it possible to make all kind of forms as reusable??? also please explain.. reusable angular material table.. 🔥
Ok sure...
I have one more doubt I have seen many use formBuilder instead of form control to create form object which is more preferable?
both are same
I had error Cannot read properties of null (reading 'errors')