Socket
Book a DemoInstallSign in
Socket

@ioniczoo/chameleon-mask-directive

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ioniczoo/chameleon-mask-directive

Maks Directive for Ionic Designed to Work with Numbers

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

npm npm npm

bird

Camaleão Mask Directive

Maks Directive for Ionic Designed to Work with Numbers

Install

npm install @ioniczoo/chameleon-mask-directive --save

Import

import { NgModule } from '@angular/core';
import { MaskDirectiveModule } from '@ioniczoo/chameleon-mask-directive';

@NgModule({
  imports: [
    MaskDirectiveModule
  ],
  declarations: []
})
export class AppModule {}

Example

<!-- Phone Mask -->
<ion-input type="text" mask="(**) * ****-****"></ion-input>

Author

JP Rodrigues

Contribute

Create issues and request pull-request.

License

GNU General Public License v3.0

Keywords

ionic

FAQs

Package last updated on 22 Oct 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