angular dynamic form min is converted to ng-refelect-min i need to stop the conversion code example
Example: formgroup check if valid
form: FormGroup;
onSubmit(){
//checks if form is valid
if( this.form.valid){
//more code here
}
}