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