
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@nbfontana/ngx-br
Advanced tools
I'm the brazilian module for angular
There're many repositories covering Brazilian needs for software development. NgxBr is here to concentrate almost everything that you need to build a functional pt-br software with Angular. We give you a full set of components (inputs, select, etc) covering fields like CEP, CPF, CNPJ, ESTADOS, etc. Beside that, we make available everything we use to build our components for the user, like Pipes and Directives (masks).
Feel free to use the entire NgxBrModule if it's your need, but you can always import components or pipes separatedly. Use it the way you want to.
Install as a dependency:
$ npm install --save @nbfontana/ngx-br
Then, you need to include NgxBrModule in your app:
import { Component, NgModule } from '@angular/core';
import { NgxBrModule } from '@nbfontana/ngx-br';
@NgModule({
imports: [
NgxBrModule.forRoot()
]
})
export class MyModule {}
And use it:
import { Component } from '@angular/core';
@Component({
template: '<cpf formControlName="cpf" [(ngModel)]="model.cpf"></cpf>'
})
export class MyComponent {}
bootstrap
, material
?NgxBr is using Bootstrap classes for now, so, if you override the bootstrap style for .form-control, it'll be applied to all inputs as well. But we'll work to let it more flexible, all ideas are welcome! Open an Issue (you can write it in Portuguese).
Maybe you could help me define the way that components may be stylized?
Wich components should be added?
What kind of utilities may also be added and helpfull to be used within and outside ngx-br?
MIT @ Neri Bez Fontana
FAQs
Brazilian components module for Angular
The npm package @nbfontana/ngx-br receives a total of 54 weekly downloads. As such, @nbfontana/ngx-br popularity was classified as not popular.
We found that @nbfontana/ngx-br 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.