Skip to content

Commit

Permalink
fix(package.json): add devkit/core, schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet committed Oct 13, 2024
1 parent 0e15407 commit 9491f76
Show file tree
Hide file tree
Showing 3 changed files with 684 additions and 603 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ If you want to show the sample number for the country selected or errors , use m
| `--ngxMatInputTel-placeholder-opacity` | `0` | If you wish the placeholder flag to be shown by default |
| `--ngxMatInputTel-flag-display` | `inline-block` | If you wish to hide the country flag |

## Validator
In case you had to manually remove the validator, the library exported it so you could add it back again.

| Name | Description | Example |
| ------------------------- | ----------------------------------------------- | ------------------------------------------------------ |
| `ngxMatInputTelValidator` | The actual phone validator used for the control | `phoneControl.addValidators([ngxMatInputTlValidator])` |



## Library Contributions

- Fork repo.
Expand Down
Loading

0 comments on commit 9491f76

Please sign in to comment.