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
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -408,8 +408,25 @@ pattern = new RegExp(/^(?=.*?[äöüÄÖÜß])/);
408
408
409
409
### Confirm the password with built in angular form controllers - [see the live example](https://angular-material-extensions.github.io/password-strength)
410
410
411
+
<palign="center">
412
+
<img alt="@angular-material-extensions/password-strength with confirmation feature" style="text-align: center;"
### Use always the green color for a strong password just by adding the `green` css class to the `mat-password-strength`
423
+
424
+
```html
425
+
<mat-password-strength#passwordComponent
426
+
class="green"
427
+
[password]="password.value">
428
+
</mat-password-strength>
429
+
```
413
430
414
431
### 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)
0 commit comments