test return vals
This commit is contained in:
@@ -56,7 +56,7 @@ export class ContactsDataService {
|
||||
|
||||
contactResult.contacts.map(( contact )=>{
|
||||
if (ik < 5 ){
|
||||
alert(contact);
|
||||
alert(contact.phones + ' ' +contact.name + ' ' + contact.email);
|
||||
}
|
||||
ik++;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user