ng-password-strength-meter-ml

Displays password strength using angular 10.

Usage no npm install needed!

<script type="module">
  import ngPasswordStrengthMeterMl from 'https://cdn.skypack.dev/ng-password-strength-meter-ml';
</script>

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