1.0.9 • Published 6 years ago

ng-password-strength-visualizer v1.0.9

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

ng-password-strength-visualizer

Build status

example

live example

inspired by

This component will display a pixelated image that will becomes less pixelated when the strength of the password rises.

Usage

<app-password-strength-visualizer [imageUrl]="'./myImage.png'"
  [password]="this.input$ | async" [visible]="this.showPasswordIndicator" (passwordStrengthChange)="this.show($event);">
</app-password-strength-visualizer>
PropertyTypeDescription
imageUrlInputThe image that should be displayed
visibleInputDetermine if the image currently is visible
passwordInputThe password that should be checked
passwordStrengthChangeOutputCalled for every changed password input and gives informations about the strength

TODOs

  • an option to inverse the function
  • the image should resize proportional to the container
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago