Browse Source

update: password complexity indicator component page

pull/23285/head
sumeyye 7 months ago
parent
commit
e595e7e468
  1. 2
      docs/en/framework/ui/angular/password-complexity-indicator-component.md

2
docs/en/framework/ui/angular/password-complexity-indicator-component.md

@ -42,7 +42,7 @@ The `PasswordComplexityIndicatorService` is for calculating the password complex
It's easy, imagine you have a password input that you want to add the complexity indicator under. Put this component under the input
```ts
<abp-password-complexity-indicator [progressBar]="ProgressBarStatsObject"></abp-password-complexity-indicator>
<abp-password-complexity-indicator [progressBar]="ProgressBarStatsObject" />
```
- Pass the password to the `validatePassword` method of the `PasswordComplexityIndicatorService`, and bind return the value to the `progressBar` property of the `abp-password-complexity-indicator`

Loading…
Cancel
Save