|
|
|
|
@ -2,7 +2,7 @@ import { Component, OnInit } from '@angular/core';
|
|
|
|
|
import { CommonService } from 'src/app/hmg-common/services/common/common.service';
|
|
|
|
|
import { TranslatorService } from 'src/app/hmg-common/services/translator/translator.service';
|
|
|
|
|
import { OfferDiscountService } from '../services/service';
|
|
|
|
|
|
|
|
|
|
import { SocialSharing } from '@ionic-native/social-sharing/ngx';
|
|
|
|
|
@Component({
|
|
|
|
|
selector: 'app-offer-details',
|
|
|
|
|
templateUrl: './offer-details.component.html',
|
|
|
|
|
|