teacherpan / ngx-validator

Angular 7+ Validator, a library handle validation messages easy and automatic

Home Page:https://why520crazy.github.io/ngx-validator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngx-validator

Coverage Status Build Status npm version npm bundle size (scoped) docgeni All Contributors

An Angular 7+ form validator library, may be the best angular validator library in the world.

handle validation messages easy and automatic, don't need to manually write error tips templates, just configure validation rules, and support extensive custom feedback strategy.

Demo

Live Demo

Use Case

Installation

npm install @why520crazy/ngx-validator --save
# or
yarn add @why520crazy/ngx-validator

Usage

See https://why520crazy.github.io/ngx-validator/

Documentation

Development

$ git clone git@github.com:why520crazy/ngx-validator.git
$ cd ngx-validator
$ npm install
$ npm run start // http://127.0.0.1:4900
$ npm run test

Building & Publish

$ npm run build
$ npm run pub

Links

License

MIT License

Contributors ✨

Thanks goes to these wonderful people (emoji key):

why520crazy
why520crazy

💬
luxiaobei
luxiaobei

💻
Walker
Walker

🎨

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Angular 7+ Validator, a library handle validation messages easy and automatic

https://why520crazy.github.io/ngx-validator/

License:MIT License


Languages

Language:TypeScript 84.4%Language:HTML 9.1%Language:JavaScript 4.8%Language:SCSS 1.8%