angular-validate-br
Library to projects on Angular to validate especific inputs with Brazilian rules.
Installation
npm install angular-validate-br --save
Basic usage
To use the benefits of the library simply import the dependency in your class or module to have the resources at your disposal.
- Reactive Forms
//Reactive forms;
- Template-driven forms
; ; ; ; ; ;
Cpf is invalid Cnpj is invalid Url is invalid
Bugs and features
Please, fell free to open a new issue on GitHub.
License
Copyright (c) 2018 Marcus Vinicius(@Lowpoc) & Erick Antunes(@erickants)