0
Q:

formgroup check if valid

Validators.minLength(9)
3
form: FormGroup;

onSubmit(){
    //checks if form is valid
       if( this.form.valid){
          //more code here
        }
}
1

New to Communities?

Join the community