https://github.com/why520crazy/ngx-validator
  
  
    Angular 7+ Validator, a library handle validation messages easy and automatic 
    https://github.com/why520crazy/ngx-validator
  
        Last synced: 8 months ago 
        JSON representation
    
Angular 7+ Validator, a library handle validation messages easy and automatic
- Host: GitHub
- URL: https://github.com/why520crazy/ngx-validator
- Owner: why520crazy
- License: mit
- Created: 2018-03-01T09:29:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T02:53:58.000Z (over 1 year ago)
- Last Synced: 2025-03-01T14:19:11.065Z (8 months ago)
- Language: TypeScript
- Homepage: https://why520crazy.github.io/ngx-validator/
- Size: 8.77 MB
- Stars: 43
- Watchers: 4
- Forks: 11
- Open Issues: 7
- 
            Metadata Files:
            - Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Roadmap: Roadmap.md
 
Awesome Lists containing this project
- awesome-angular - ngx-validator - Angular 7+ Validator. Handle validation messages easily and automatically. (Table of contents / Third Party Components)
- fucking-awesome-angular - ngx-validator - Angular 7+ Validator. Handle validation messages easily and automatically. (Table of contents / Third Party Components)
- fucking-awesome-angular - ngx-validator - About (Table of contents / Third Party Components)
README
          # ngx-validator
[![Coverage Status][coveralls-image]][coveralls-url]
[![Build Status][build-status]](https://circleci.com/gh/why520crazy/ngx-validator)
[](https://www.npmjs.com/@why520crazy/ngx-validator)

[](https://github.com/docgeni/docgeni)
[](#contributors)
[coveralls-image]: https://coveralls.io/repos/github/why520crazy/ngx-validator/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/why520crazy/ngx-validator
[build-status]: https://circleci.com/gh/why520crazy/ngx-validator.svg?style=svg
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](https://why520crazy.github.io/ngx-validator)
[Use Case](https://worktile.com/signup?utm_source=w5c-ngx-validator)
## Installation
```
npm install @why520crazy/ngx-validator --save
# or
yarn add @why520crazy/ngx-validator
```
## Usage
See https://why520crazy.github.io/ngx-validator/
## Documentation
-   [如何优雅的使用 Angular 表单验证](https://zhuanlan.zhihu.com/p/51467181)
-   [Angular 表单验证类库 ngx-validator 1.0 正式发布](https://github.com/why520crazy/ngx-validator/blob/master/1.0.0-publish.md)
## 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
-   [Angular.io](https://angular.io)
-   [Angular.cn](https://angular.cn)
-   [Worktile.com](https://worktile.com?utm_source=w5c-ngx-validator)
## License
[MIT License](https://github.com/why520crazy/ngx-validator/blob/master/LICENSE)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!