1.0.2 • Published 3 years ago

ng-password-strength-meter-ml v1.0.2

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

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