Ionic contects

You image show the variable is an object.
That means “contact.phoneNumbers” is object.
Just replace “alert(this.contactlist);” with “console.log(this.contactlist);” and u will know the data structure.

or

{{ contact.displayName | json}}