diff --git a/src/app/store/contacts-data.service.ts b/src/app/store/contacts-data.service.ts index d48c6e6..8447c18 100644 --- a/src/app/store/contacts-data.service.ts +++ b/src/app/store/contacts-data.service.ts @@ -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); });