# ngx-br

> Changed to @nbfontana/ngx-br

Latest version **9.9.9** (published 2018-02-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install ngx-br
pnpm add ngx-br
yarn add ngx-br
bun add ngx-br
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 9.9.9 |
| Published | 2018-02-16 |
| First published | 2017-06-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 427.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 50 |
| Author | Neri Bez Fontana |
| Maintainers | nbfontana |
| Keywords | angular 2, angular, pt-br, cpf, cnpj, cep, telefone |

## Links

- npm: https://www.npmjs.com/package/ngx-br
- Repository: https://github.com/nbfontana/ngx-br
- Homepage: https://github.com/nbfontana/ngx-br#readme
- Issues: https://github.com/nbfontana/ngx-br/issues
- npm.io page: https://npm.io/package/ngx-br

## Dependencies (4)

- [tslib](https://npm.io/package/tslib.md) ^1.7.1
- [cpf_cnpj](https://npm.io/package/cpf_cnpj.md) 0.2.0
- [ngx-currency](https://npm.io/package/ngx-currency.md) 1.1.1
- [vanilla-masker](https://npm.io/package/vanilla-masker.md) 1.2.0

## Recent versions

- 9.9.9 (latest) — 2018-02-16
- 5.1.1 — 2018-02-16
- 5.1.0 — 2018-02-16
- 5.0.3 — 2018-02-16
- 5.0.2 — 2018-02-16
- 5.0.1 — 2018-02-15
- 5.0.0 — 2018-02-15
- 0.3.1 — 2017-12-05
- 0.3.0 — 2017-10-03
- 0.2.6 — 2017-10-03
- 0.2.5 — 2017-09-29
- 0.2.4 — 2017-09-21
- 0.2.3 — 2017-09-18
- 0.2.2 — 2017-09-18
- 0.2.1 — 2017-09-12
- … 28 more at https://npm.io/package/ngx-br/versions

## README

# @nbfontana/ngx-br
[![Build Status](https://travis-ci.org/nbfontana/ngx-br.svg?branch=master)](https://travis-ci.org/nbfontana/ngx-br)
[![npm version](https://badge.fury.io/js/%40nbfontana%2Fngx-br.svg)](https://badge.fury.io/js/%40nbfontana%2Fngx-br)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nbfontana/ngx-br/master/LICENSE)

## Versão anterior (AVISO)

**ngx-br** (< v0.3.1) agora é **@nbfontana/ngx-br**. Atualize!

## Demo
https://nbfontana.github.io/ngx-br/

## Índice

- [Sobre](#sobre)
- [Instalação](#instalacao)
- [Desenvolvimento](#desenvolvimento)
- [Licença](#licenca)

## Sobre



## Instalação

Instale as dependências com npm:
```
npm install --save @nbfontana/ngx-br
```

Depois inclua o NgxBrModule no módulo desejado do seu projeto:

```typescript
import { Component, NgModule } from '@angular/core';
import { NgxBrModule } from '@nbfontana/ngx-br';

@NgModule({
  imports: [
    NgxBrModule.forRoot()
  ]
})
export class MyModule {}
```

Ao final é só utilizar o componente desejado em suas telas:
```typescript
import { Component } from '@angular/core';

@Component({
  template: '<cpf [placeholder]="'Digite seu CPF'"></cpf>'
})
export class MyComponent {}
```


## Desenvolvimento

### Prepare seu ambiente
* Instale o [Node.js](http://nodejs.org/) com o NPM
* Instale as dependencias locais de desenvolvimento: `npm install`

### Servidor de desenvolvimento
Execute `npm start` ou `npm run demo` para iniciar um servidor de desenvolvimento na porta 8000 com auto reloading e tests.

### Testando
Execute `npm test` para rodar todos os testes apenas uma vez ou `npm run test:watch` para rodar continuamente.

## Licença

MIT @ Neri Bez Fontana

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