Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
ngx-br-tank
Advanced tools
[![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/ngx-br.svg)](http://badge.fury.io/js/ngx-br) [![devDependency Status](https://david-dm.org/nbfon
https://nbfontana.github.io/ngx-br/
Install through npm:
npm install --save ngx-br
Then include in your apps module:
import { Component, NgModule } from '@angular/core';
import { NgxBrModule } from 'ngx-br';
@NgModule({
imports: [
NgxBrModule.forRoot()
]
})
export class MyModule {}
Finally use in one of your apps components:
import { Component } from '@angular/core';
@Component({
template: '<cpf [placeholder]="'Digite seu CPF'"></cpf>'
})
export class MyComponent {}
You may also find it useful to view the demo source.
<script src="node_modules/ngx-br/bundles/ngx-br.umd.js"></script>
<script>
// everything is exported ngxBr namespace
</script>
npm install
while current directory is this repoRun npm start
or npm run demo
to start a development server on port 8000 with auto reload + tests.
Run npm test
to run tests once or npm run test:watch
to continually run tests.
MIT @ Neri Bez Fontana
FAQs
[![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/ngx-br.svg)](http://badge.fury.io/js/ngx-br) [![devDependency Status](https://david-dm.org/nbfon
The npm package ngx-br-tank receives a total of 2 weekly downloads. As such, ngx-br-tank popularity was classified as not popular.
We found that ngx-br-tank demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.