New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-br

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-br

Changed to @nbfontana/ngx-br

  • 9.9.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
33
decreased by-67%
Maintainers
1
Weekly downloads
 
Created
Source

@nbfontana/ngx-br

Build Status npm version GitHub license

Versão anterior (AVISO)

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

Demo

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

Índice

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:

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:

import { Component } from '@angular/core';

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

Desenvolvimento

Prepare seu ambiente

  • Instale o Node.js 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

Keywords

FAQs

Package last updated on 16 Feb 2018

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