ngx-validation-ts
v1.1.0
Published
This Angular library is used to validate type of a value. This was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
Downloads
16
Maintainers
Readme
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 --saveUsage
Following types can be validated:
- zipcode (Dutch only)
- 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');