0.16.0 • Published 9 months ago
intl-tel-input-ng v0.16.0
intl-tel-input-ng
Changelog
Contributing
Use the fork, Luke. PR without tests will likely not be merged.
What is it ?
It's an angular standalone component to easily integrate intl-tel-input.
Installation
To install this library, run:
# install intl-tel-input
$ npm install intl-tel-input --save / yarn add intl-tel-input
# install this module
$ npm install intl-tel-input-ng --save / yarn add intl-tel-input-ng- Add
node_modules/intl-tel-input/build/js/utils.jsto thescriptssection in yourangular.json. - Add
node_modules/intl-tel-input/build/css/intlTelInput.cssto thestylessection in yourangular.json.
Options
options: An object wrapping theintl-tel-inputoptions.label: If specified, will generate alabelfor the input (if the name option is set too).name: Setsnameandidattributes for the input. The default value isintl-tel-input-name.cssClass: The CSS class used to style the input component.labelCssClass: The CSS class used to style the label associated to the input.required: Sets therequired&&aria-requiredattributes for the input.[(E164PhoneNumber)]: Outputs the phone number in E164 format if valid.
See the intl-tel-input repository for more documentation.
Example:
The component must be declared between <form> tags !
<form #form="ngForm">
<intl-tel-input
[label]="'Please enter your phone number'"
[name]="'my-name'"
[cssClass]="'form-control'"
[labelCssClass]="'col-sm-2 col-form-label'"
[required]="true"
[options]="{
preferredCountries: ['ch'],
i18n: { ch: 'Suisse' },
onlyCountries: ['fr', 'ch']
}"
[(E164PhoneNumber)]="E164PhoneNumber"></intl-tel-input>
</form> 0.14.0
11 months ago
0.15.0
9 months ago
0.16.0
9 months ago
0.13.0
1 year ago
0.12.0
1 year ago
0.11.1
2 years ago
0.11.0
2 years ago
0.10.0
2 years ago
0.9.0
2 years ago
0.8.0
2 years ago
0.7.0
3 years ago
0.6.0
3 years ago
0.5.0
4 years ago
0.5.1
4 years ago
0.4.0
4 years ago
0.3.0
5 years ago
0.2.0
5 years ago
0.1.0
6 years ago
0.0.8-beta.2
6 years ago
0.0.8-beta.1
6 years ago
0.0.8-beta.0
6 years ago
0.0.7
6 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago