From dbed26a8ad306c3ab4fa9c822ff2e8d061550341 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 30 Nov 2024 03:30:43 -0500 Subject: [PATCH] debug daa --- src/app/store/contacts-data.service.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/store/contacts-data.service.ts b/src/app/store/contacts-data.service.ts index be8487b..6702f89 100644 --- a/src/app/store/contacts-data.service.ts +++ b/src/app/store/contacts-data.service.ts @@ -52,6 +52,15 @@ export class ContactsDataService { message: 'Refreshing...', duration: 7000, }); + var ik = 0; + + contactResult.contacts.map(( contact )=>{ + if (ik ==0 ){ + alert(contact); + } + ik++; + }); + const myString = JSON.stringify(contactResult.contacts); // alert(myString.length); // alert(myString);