- Component : ng2-tel-input,
- Framework : Angular 4,
- JavaScript library : intl-tel-input
Upon completing the installation with npm i ng2-tel-input
I stumbled upon a note in the node_modules\intl-tel-input\src\js\intlTelInput.js file that read:
//specify the path to the libphonenumber script to enable validation/formatting
pertaining to utilsScript: ""
How do I incorporate this utilsScript into my angular project's TypeScript file? Any assistance on this matter would be greatly appreciated.