diff --git a/Mohem/src/app/offersdiscount/offer-details/offer-details.component.ts b/Mohem/src/app/offersdiscount/offer-details/offer-details.component.ts index 3e620d69..1ae6f38d 100644 --- a/Mohem/src/app/offersdiscount/offer-details/offer-details.component.ts +++ b/Mohem/src/app/offersdiscount/offer-details/offer-details.component.ts @@ -35,6 +35,8 @@ export class OfferDetailsComponent implements OnInit { return temporalDivElement.textContent || temporalDivElement.innerText || ""; } share() { - this.socialSharing.share(this.details.Description, this.details.Title, this.details.Banner_Image) + this.socialSharing.share(this.details.Description, this.details.Title, this.details.Banner_Image).then((result) => { + console.log(result); + }) } }