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
+
| passwordComponent | Input() | PasswordStrengthComponent | - | the password component used in the template in order to display more info related to the provided password
238
+
| enableScoreInfo | Input() | boolean | false | whether to show the password's score in %
230
239
231
240
---
232
241
@@ -272,18 +281,18 @@ or similar.
272
281
273
282
```html
274
283
<divfxLayout="row"fxLayoutGap="10px">
275
-
<div*ngIf="passwordComponent.strength === 100; then done else error">
#### Client Side password's validation using a built in angular formController
@@ -344,6 +353,9 @@ this will looks like -->
344
353
345
354
---
346
355
356
+
357
+
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