Bob Nadler
Bob Nadler
@jhkueh I'm not sure how backward compatibility would work, but I'd be happy to evaluate a PR. Thanks!
Please see https://github.com/rnadler/ng2-password-strength-bar/issues/26#issuecomment-640323525.
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](https://github.com/angular/angular/issues/10925)...
I think I ran into the same problem. I can't find the source, but this solution worked for me: `rm -rf ./node_modules/@types/core-js`
If you're having this problem, the workaround is to add **PasswordStrengthBarComponent** to the **declarations** instead of importing PasswordStrengthBarModule.
@ScottSpittle and @Bigless27, Please confirm that v1.1.2 resolves the import problem. Thanks!
It appears to be impossible to create a single library that supports both pre-A9 and A9 at the same time. I just punted and created https://www.npmjs.com/package/ng9-password-strength-bar. Updating the ng2 component...
I thought about ending the ng2 line, but it still gets ~2000 downloads/week and even if there's only a remote possibility of making changes to it, I didn't want to...
It is certainly possible to configure the strength algorithm via input parameters. Please feel free to fork this project, code the desired changes, and submit a pull request. :smile: