0.1.1 • Published 7 years ago

glory-validation v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Description

Angular2 custom validation, inspired by jQuery validation.

Validators

angular2 built-in validators

  • required
  • minlength
  • maxlength
  • pattern

custom validators

  • rangeLength
  • min
  • gt
  • gte
  • max
  • lt
  • lte
  • range
  • digits
  • number
  • url
  • email
  • date
  • minDate
  • maxDate
  • dateISO
  • creditCard
  • json
  • base64
  • phone
  • uuid
  • equal
  • notEqual
  • equalTo
  • notEqualTo -identity -age -mobile

License

MIT