1.1.0 • Published 2 years ago

im-angular-validators v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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:

Angular Validators Sandbox

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