ng-password-strength-meter-ml

1.0.2 • Public • Published

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


/ng-password-strength-meter-ml/

    Package Sidebar

    Install

    npm i ng-password-strength-meter-ml

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    14.6 kB

    Total Files

    3

    Last publish

    Collaborators

    • muthulakshmi