Hi list,
I was looking for a phonenumber formatting library for my webapplication based on
ASP.NET C# and angular.js.
The size and the memory consumption of the libphonenumber javascript library seems very high.
Is there a way to only use the core of the libphonenumber library without the asyoutypeformatter and the closure library for example?
Do you have some directions to me?
I found a few projects which are based on libphonenumber:
seems a bit hacky, uses the closure library, compiles to a single js file.
uses only the PhoneNumberMetadata.xml which is converted using a pyhton script.
some Numbers are formatted differently to phoneformat and libphonenumber.
Thanks in advance!
Thomas Waldecker