[](https://github.com/mpalourdio/ng-http-loader/actions/workflows/main.yml) [



Use the fork, Luke. PR without tests will likely not be merged.
It's an angular standalone component to easily integrate intl-tel-input.
To install this library, run:
``bashinstall intl-tel-input
$ npm install intl-tel-input --save / yarn add intl-tel-input
- Add
node_modules/intl-tel-input/build/js/utils.js to the scripts section in your angular.json.
- Add node_modules/intl-tel-input/build/css/intlTelInput.css to the styles section in your angular.json.Options
- options: An object wrapping the intl-tel-input options.
- label: If specified, will generate a label for the input (if the name option is set too).
- name: Sets name and id attributes for the input. The default value is intl-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 the required && aria-required attributes 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