ng-password-strength-meter-ml
v1.0.2
Published
Displays password strength using angular 10.
Downloads
4
Maintainers
Readme
password-meter
angular password strength meter
ng-password-strength-meter-ml
Overview
A simple way to check that password strength of a certain passphrase based on HTML5.
Installation
step1: npm i ng-password-strength-meter-ml --save
Step2: Import password-meter-ml into your app module
import { NgPasswordMeterMlModule } from 'ng-password-meter-ml';
@NgModule({
declarations: [
AppComponent
],
imports: [
NgPasswordMeterMlModule,
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
step3: Import password meter component into your form
<lib-ng-password-meter-ml [password]="passwrd">
DEMO:
You can download and run it from your local.
github url : https://github.com/Muthulakshmisankar/password-meter/tree/master/app