https://github.com/robertobdev/anutils
The easiest way to add masks, validators, and more... in your Angular App.
https://github.com/robertobdev/anutils
angular cnpj-validator cpf-validador mask validators
Last synced: about 1 year ago
JSON representation
The easiest way to add masks, validators, and more... in your Angular App.
- Host: GitHub
- URL: https://github.com/robertobdev/anutils
- Owner: robertobdev
- Created: 2021-04-02T13:43:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T11:55:39.000Z (over 3 years ago)
- Last Synced: 2025-01-23T08:16:39.378Z (about 1 year ago)
- Topics: angular, cnpj-validator, cpf-validador, mask, validators
- Language: TypeScript
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anutils



[](https://codecov.io/gh/robertobdev/anutils)


[](https://github.com/robertobdev/anutils/compare)
Anutils helps Angular developers code faster.
### Installation
Anutils requires [Node.js](https://nodejs.org/) v4+ to run.
Install the dependencies
```bash
$ npm i anutils
```
[See our Demo](https://robertobdev.github.io/anutils/)
> //TODO Add demo print
### Modules availables
- Directive Module
```typescript
import { CommonModule } from '@angular/common';
import { AnutilsDirectivesModule } from 'anutils/directives';
@NgModule({
imports: [CommonModule, AnutilsDirectivesModule],
bootstrap: [App],
declarations: [App],
})
class AppModule {}
```