5 data
This commit is contained in:
@@ -55,7 +55,7 @@ export class ContactsDataService {
|
||||
var ik = 0;
|
||||
|
||||
contactResult.contacts.map(( contact )=>{
|
||||
if (ik ==0 ){
|
||||
if (ik < 5 ){
|
||||
alert(contact);
|
||||
}
|
||||
ik++;
|
||||
|
||||
Reference in New Issue
Block a user