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
189
-
| enableScoreInfo | Input() | boolean| false | whether to show the password's score in %
190
-
| lowerCaseCriteriaMsg | Input() | string | contains at least one lower character | an appropriate msg for the lower case %
191
-
| upperCaseCriteriaMsg | Input() | string | contains at least one upper character | an appropriate msg for the upper case %
192
-
| digitsCriteriaMsg | Input() | string | contains at least one digit character | an appropriate msg for the digit case %
193
-
| specialCharsCriteriaMsg | Input() | string | contains at least one special character | an appropriate msg for the special case %
194
-
| minCharsCriteriaMsg | Input() | string | contains at least ${this.passwordComponent.min} characters | an appropriate msg for the minimum number of chars %
196
+
| passwordComponent | `Input() ` | PasswordStrengthComponent | - | the password component used in the template in order to display more info related to the provided password
197
+
| enableScoreInfo | `Input() ` | `boolean`| `false` | whether to show the password's score in %
198
+
| lowerCaseCriteriaMsg | `Input() ` | `string` | contains at least one lower character | an appropriate msg for the lower case %
199
+
| upperCaseCriteriaMsg | `Input() ` | `string` | contains at least one upper character | an appropriate msg for the upper case %
200
+
| digitsCriteriaMsg | `Input() ` | `string` | contains at least one digit character | an appropriate msg for the digit case %
201
+
| specialCharsCriteriaMsg | `Input() ` | `string` | contains at least one special character | an appropriate msg for the special case %
202
+
| minCharsCriteriaMsg | `Input() ` | `string` | contains at least ${this.passwordComponent.min} characters | an appropriate msg for the minimum number of chars %
203
+
204
+
205
+
### `<mat-pass-toggle-visibility>` used to show/hide the password provided in the input element
0 commit comments