From fbbdc9ccde1aa28c2b79e195588d7efbfa593b8d Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 30 Nov 2024 03:52:14 -0500 Subject: [PATCH] test return vals --- src/app/store/contacts-data.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/store/contacts-data.service.ts b/src/app/store/contacts-data.service.ts index f708718..fe36ae5 100644 --- a/src/app/store/contacts-data.service.ts +++ b/src/app/store/contacts-data.service.ts @@ -56,7 +56,7 @@ export class ContactsDataService { contactResult.contacts.map(( contact )=>{ if (ik < 5 ){ - alert(contact); + alert(contact.phones + ' ' +contact.name + ' ' + contact.email); } ik++; });