From ec4ec1674023ab9f825e3b7956925d3c418cc43c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 6 Dec 2023 01:02:53 -0500 Subject: [PATCH] email added --- src/app/store/contacts-data.service.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); });