email added
This commit is contained in:
@@ -24,7 +24,8 @@ export class ContactsDataService {
|
||||
Contacts.getContacts({projection: {
|
||||
name: true,
|
||||
phones: true,
|
||||
image: true
|
||||
image: true,
|
||||
emails: true
|
||||
}}).then( result=>{
|
||||
console.log(result);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user