im-angular-validators
Version:
This library will help you with lots of already written mostly used validators for Angular 2+ applications.
29 lines (21 loc) • 875 B
Markdown
# Angular Reactive Forms Validators
This library will help you with lots of already written mostly used validators for Angular 2+ applications.
## Installation
`npm i im-angular-validators --save`
## Demo
> You can read whole documentation and play with different examples of validators usages here:
>
> <a href="https://yarvanya.github.io/angular-validators-sandbox/" target="_blank">Angular Validators Sandbox</a>
## Here is a list of implemented validators
- **`Custom required validator`**
- **`Custom email validator`**
- **`Phone number validator`**
- **`Credit card validator`**
- **`Number comparator validator`**
- **`Number in range validator`**
- **`Date comparator validator`**
- **`Date in range validator`**
- **`Post code validator`**
- **`Password validator`**
- **`Number decimal places validator`**
- **`Url validator`**