![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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
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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.