You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| passwordComponent | Input() | PasswordStrengthComponent | - | the password component used in the template in order to display more info related to the provided password
237
-
| enableScoreInfo | Input() | boolean | false | whether to show the password's score in %
236
+
| passwordComponent | Input() | PasswordStrengthComponent | - | the password component used in the template in order to display more info related to the provided password
237
+
| enableScoreInfo | Input() | boolean| false | whether to show the password's score in %
238
+
| lowerCaseCriteriaMsg | Input() | string | contains at least one lower character | an appropriate msg for the lower case %
239
+
| upperCaseCriteriaMsg | Input() | string | contains at least one upper character | an appropriate msg for the upper case %
240
+
| digitsCriteriaMsg | Input() | string | contains at least one digit character | an appropriate msg for the digit case %
241
+
| specialCharsCriteriaMsg | Input() | string | contains at least one special character | an appropriate msg for the special case %
242
+
| minCharsCriteriaMsg | Input() | string | contains at least ${this.passwordComponent.min} characters | an appropriate msg for the minimum number of chars %
238
243
239
244
---
240
245
@@ -371,6 +376,12 @@ this will looks like -->
371
376
372
377
---
373
378
379
+
#### Supporting custom messages and ngx-translate for the info component please check the example demo [here](https://angular-material-extensions.github.io/password-strength/examples/mat-password-strength-info)
for more examples please visit this URL : [(https://angular-material-extensions.github.io/password-strength/examples]((https://angular-material-extensions.github.io/password-strength/examples)
0 commit comments