Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-show-hide-password

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-show-hide-password

## Add a show hide button to password input fields

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
939
decreased by-17.7%
Maintainers
1
Weekly downloads
 
Created
Source

ngx-show-hide-password

Add a show hide button to password input fields

Add split input button to password or text input. Toggles input type between "text" and "password".

Build Status

Requires
  • Angular 4 >=4.0.0
  • Bootstrap 4 v6
Optional Icons

Installation

$ npm install ngx-show-hide-password --save

Example

// app.module.ts
import { ShowHidePasswordModule } from 'ngx-show-hide-password';
...
@NgModule({
  ...
  imports: [
    BrowserModule,
    FormsModule,
    ShowHidePasswordModule.forRoot(),
    ...
  ],
  ...
})
<show-hide-password size="lg" icon="entypo">
  <input type="password" name=... >
</show-hide-password>
Password hiddenPassword exposed
Hidden passwordExposed password

Attributes

  • size: sm, lg or nothing
  • icon: fontawesome, entypo or empty|nothing (= checkbox)

LICENCE

MIT

Keywords

FAQs

Package last updated on 05 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc