ngx-mat-input-tel 17.1.4 → 17.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# International Telephone Input for Angular Material (ngxMatInputTel)
|
|
2
2
|
An Angular Material package for entering and validating international telephone numbers. It adds a flag dropdown to any input, detects the user's country, displays a relevant placeholder and provides formatting/validation methods.
|
|
3
3
|
|
|
4
|
+
## Demo
|
|
5
|
+
- https://stackblitz.com/~/github.com/rbalet/ngx-mat-input-tel
|
|
6
|
+
|
|
4
7
|
## Caution
|
|
5
8
|
This is a fork from the [ngx-mat-intl-tel-input](https://github.com/tanansatpal/ngx-mat-intl-tel-input) library whish does not seems to be maintained anymore. _Last commit is over a year_
|
|
6
9
|
|