ng-bootstrap-form-validation icon indicating copy to clipboard operation
ng-bootstrap-form-validation copied to clipboard

Make FormControl directive work as well as FormControlName

Open MikeJerred opened this issue 5 years ago • 0 comments

Currently the validation only works if you write code like:

<input formControlName="foo" />

This PR allows you to do:

<input [formControl]="fooControl" />

I have not tested if this works as I'm not entirely sure how to build the package!

MikeJerred avatar Jun 27 '19 14:06 MikeJerred