ng2-password-strength-bar icon indicating copy to clipboard operation
ng2-password-strength-bar copied to clipboard

How to implement this in Angular's reactive form ?

Open itssajan opened this issue 7 years ago • 1 comments

Hello,

I'm relatively new to Angular 2. So when I implemented the validations, I used reactive forms instead of going with ngModel. In the example you only specify with ngModel. Can this be implemented in reactive form ?

Thanks.

itssajan avatar Aug 23 '17 21:08 itssajan

I suppose it could be implemented with ReactiveFormsModule, but it's currently not coded that way. A cursory reading of How to use both FormsModule and ReactiveFormsModule in a feature module seems to indicate that template-driven and reactive forms can coexist in the same project.

rnadler avatar Aug 24 '17 00:08 rnadler