Wire up all contact behaviors, refactor Contact type/selector
This commit is contained in:
parent
41be7f126b
commit
37821e5a1b
13 changed files with 198 additions and 192 deletions
6
ts/util/libphonenumberInstance.ts
Normal file
6
ts/util/libphonenumberInstance.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import libphonenumber from 'google-libphonenumber';
|
||||
|
||||
const instance = libphonenumber.PhoneNumberUtil.getInstance();
|
||||
const PhoneNumberFormat = libphonenumber.PhoneNumberFormat;
|
||||
|
||||
export { instance, PhoneNumberFormat };
|
Loading…
Add table
Add a link
Reference in a new issue