0.0.5 • Published 3 years ago

passhidder v0.0.5

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

Passhidder

Passhider is a component for Angular. It's an input form that shows the password written at the press of a button.

passhidder

Instalation

To install use:

npm install passhidder

Usage

yourapp.module.ts

import { HideModule } from "passhidder"

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    HideModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

yourapp.component.ts

<mssn-pass-input [(ngModel)]="mydata" placeholder="placeholder"></mssn-pass-input>

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago