debug daa
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user