Data-driven Form Validators For Angular 2+ – ngx-validator

Author: EdenWoo
Official Page: Go to website
Publish Date: March 15, 2019
License: MIT

Description:

An implementation of various angular validators for Angular 2+. Currently support data-driven form only.

Available validations.

  • isNumber(Allow only number or + or – or .)
  • strongPassword
  • matchPassword
  • requiredIfInputHasValue
  • numberLetterOnly
  • numberLetterSpaceOnly
  • noBlank
  • asyncDuplicate

Preview:

Data-driven Form Validators For Angular 2+ - ngx-validator


You Might Be Interested In:

Add Comment