Package Exports
- @intl-tel-input/angular
- @intl-tel-input/angular/with-utils
Readme
IntlTelInput Angular Component
An Angular component for the intl-tel-input JavaScript plugin. View the source code.
Running the demos locally
- Initialise the submodules:
git submodule update --init --recursive - Install dependencies:
npm install - Build:
npm run build
You can then open packages/angular/demo/validation/index.html in your browser to try the validation demo. View the full list of available demos.