ng2-password-strength-bar
ng2-password-strength-bar copied to clipboard
Angular 2/4/5 Password Strength Bar
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
When upgrading from Angular 8 to 9.1 the compiler give that error. This likely means that the library (ngx-store) which declares WebStorageModule has not been processed correctly by ngcc, or...
when building I get error: `ERROR in node_modules/ng2-password-strength-bar/lib/passwordStrengthBar.module.d.ts(1,22): error TS-996002`
Maybe this project should be moved to Angular 5, in order to have angular-cli and webpack as module bundler. This would be a lot more handy and simpler. Currently every...
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....
Hello, I would like to have the possibility to configure the rules, like changing the minimum length of a password to be considered strong. Is this possible ? Cheers
ERROR in Error encountered resolving symbol values statically. Calling function 'makeParamDecorator', function c alls are not supported. Consider replacing the function or lambda with a reference to an exported function,...
Using Angular CLI, installed the package, and for some reason the first compilation with 'ng serve' throws "ERROR in PasswordStrengthBarModule is not an NgModule". If I make a random change...
When I'm using this module npm forces me to download version of angular that I didn't want to use. Only angular core should be main dependency, and version 2.whatever would...
"Issue"
Hey, first of all I just want to say that this is very nice component! This is not an issue, it's more suggestion that you could add some @Output so...