MOHEMM-SFH-COLORS
Sultan Khan 4 years ago
parent e14d89fdb3
commit dc9e16bc5f

@ -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);
})
}
}

Loading…
Cancel
Save