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);