# ngx-currency-angular-mask

> Install the generator:

Latest version **0.0.1** (published 2019-12-11) · 0 weekly downloads

## Install

```sh
npm install ngx-currency-angular-mask
pnpm add ngx-currency-angular-mask
yarn add ngx-currency-angular-mask
bun add ngx-currency-angular-mask
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2019-12-11 |
| First published | 2019-12-11 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 224.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | raulalr |

## Links

- npm: https://www.npmjs.com/package/ngx-currency-angular-mask
- npm.io page: https://npm.io/package/ngx-currency-angular-mask

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^1.9.0

## Recent versions

- 0.0.1 (latest) — 2019-12-11

## README

# Ngx currency mask
## Introduction

Install the generator: 

```sh
    npm install ngx-currency-angular-mask
```

ngx-currency-angular-mask is a directive that tansforms a number without dot and commas to spanish format (1000000 => 1.000.000)

## Usage

The module thtat contains the currency mask is this: `NgxCurrencyMaskModule`. And it is used as follows: 

```html
<input NgxCurrencyMask [options]="options"/>
```

This directive has one input option and it has this structure:

```typescript
export interface ICurrencyConfig {
    decimalLength?: number; // Maximum decimal size
    numberLength?: number; // Maximum number size
    isAutocalc?: boolean; // It is used when the input is disabled
}
```

---
_Source: https://npm.io/package/ngx-currency-angular-mask · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
