Skip to content

Commit

Permalink
docs: 📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
truonghungit committed May 22, 2023
1 parent e93d11f commit 3ff8027
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Angular Form Validator


![GitHub](https://img.shields.io/github/license/truonghungit/ngx-validator)
[![GitHub](https://img.shields.io/github/license/truonghungit/ngx-validator)](./LICENSE)
[![commitizen](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)]()
[![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)]()
[![release](https://github.com/truonghungit/ngx-validator/actions/workflows/release.yml/badge.svg)](https://github.com/truonghungit/ngx-validator/actions/workflows/release.yml)
![npm](https://img.shields.io/npm/v/@popeyelab/ngx-validator)
![npm](https://img.shields.io/npm/dw/@popeyelab/ngx-validator)
[![npm](https://img.shields.io/npm/v/@popeyelab/ngx-validator)](https://www.npmjs.com/package/@popeyelab/ngx-validator)
[![npm](https://img.shields.io/npm/dw/@popeyelab/ngx-validator)]()

Get validation messages with zero coding in less than 30 seconds (seriously)

Expand All @@ -19,16 +21,16 @@ Created by Angular developer for Angular developers with ❤️.
- [min](#min)
- [max](#max)
- [required](#required)
- [requiredTrue](#requiredTrue)
- [requiredTrue](#requiredtrue)
- [email](#email)
- [minLength](#minLength)
- [maxLength](#maxLength)
- [minLength](#minlength)
- [maxLength](#maxlength)
- [pattern](#pattern)
- [Additional Validators](#additional-validators)
- [range](#range)
- [url](#url)
- [equal](#equal)
- [equalTo](#equal-to)
- [equalTo](#equalto)

- [Changelog](#changelog)
- [License](#license)
Expand Down Expand Up @@ -149,8 +151,14 @@ import { FormValidatorModule } from '@popeyelab/ngx-validator';
import { AppComponent } from './app.component';

@NgModule({
declarations: [AppComponent, BootstrapComponent, AngularMaterialComponent],
imports: [BrowserModule, BrowserAnimationsModule, ReactiveFormsModule, FormValidatorModule, AppRoutingModule],
declarations: [AppComponent],
imports: [
BrowserModule,
BrowserAnimationsModule,
ReactiveFormsModule,
FormValidatorModule,
AppRoutingModule
],
bootstrap: [AppComponent],
})
export class AppModule {}
Expand Down Expand Up @@ -550,4 +558,4 @@ See the [release page](https://github.com/truonghungit/ngx-validator/releases).

## License

[MIT](./LICENSE)
This project is released under the [MIT](./LICENSE)

0 comments on commit 3ff8027

Please sign in to comment.