1.1.0 • Published 4 years ago

ngx-validation-ts v1.1.0

Weekly downloads
13
License
-
Repository
-
Last release
4 years ago

Description

This Angular library is used to validate type of a value. This was generated with Angular CLI version 9.0.7.

Install

npm i ngx-validation-ts --save

Usage

Following types can be validated:

  • zipcode (Dutch only)
  • email
  • phone
  • dateIso
  • iban

Import Validator into your component (.ts)

import { Validator } from 'ngx-validation-ts';

Example

const isValidIban = Validator.validateIban('NL91 ABNA 0417 1643 00');

License

MIT