{"version":3,"sources":["webpack:///src/app/components/main/main.component.html","webpack:///src/app/components/main/main.component.ts","webpack:///src/app/components/main/main-routing.module.ts","webpack:///src/app/components/main/main.module.ts"],"sourcesContent":["\n\n
\n
\n
\n
\n
50% off + {{getText()}}
\n

{{title}} trusted Psychics today

\n
\n \n \n
\n
\n
\n
\n
\n \n
\n
\n
\n \n \n
\n
\n\n
\n
\n
\n \n

Trusted Psychics in {{country}}

\n
\n Welcome to Lifereader, the trusted platform for psychic readings in {{country}}. Our mission is to\n connect you with the most authentic and insightful psychics, guiding you on your journey towards\n clarity and spiritual enlightenment.\n see more\n
\n\n
\n\n
\n\n\n
\n\n\n \n How It Works\n \n
\n \n \n
\n
\n
\n

Get to know our Readers

\n
\n\n \n\n \n View all\n Readers\n \n
\n
\n
\n

Recent Feedback & Reviews

\n
\n
\n \n
\n \n
\n
\n
\n
\n \n \n
\n
\n
\n \n \n
\n
\n
\n
\n \n

Trusted Psychics in {{country}}

\n Welcome to Lifereader, the trusted platform for psychic readings in {{country}}. Our mission is to\n connect you with the most authentic and insightful psychics, guiding you on your journey towards clarity\n and spiritual enlightenment.\n

About Lifereader

\n We founded Lifereader with the goal of providing a haven for those seeking genuine guidance from trusted\n psychics. Our team of psychic readers undergoes a rigorous selection process, ensuring that they possess\n the knowledge, skills, and spiritual abilities necessary for providing accurate readings. Trust,\n authenticity, and privacy form the cornerstone of our service, making us one of the most respected\n platforms for psychic readings in {{country}}.\n

Featured Psychics

\n Discover our top-rated psychics, each with their unique abilities and areas of expertise. Browse their\n profiles to find a reader that resonates with you, and let them guide you through your life's journey,\n providing care and insights along the way. Whether you're looking to connect with mediums, clairvoyants,\n or tarot readers, we've got you sorted.\n\n

What Sets Us Apart

\n We stand out for our unique approach to psychic readings and tarot readings. We believe our readings are\n not just a service but transformative tools that provide clarity and guidance, helping individuals\n navigate the complexities of life with greater confidence.\n

Our Services

\n At Lifereader, we offer a variety of affordable services including:\n

Psychic Readings

\n Our trusted psychics provide insightful readings, helping you gain clarity about your relationship, your\n past, present, and future.\n

Tarot Readings

\n Speak to our expert tarot readers and explore the symbolic imagery of the tarot for guidance on your\n path ahead.\n

Horoscope Readings

\n Whether you're an Aries, a Gemini, or a Capricorn, our astrologers offer personalised horoscope readings\n to help you understand your astrological path and what the stars have in store for you.\n

Mind, Body, and Spirit

\n Our readings go beyond your current circumstances to consider your overall spiritual, emotional, and\n physical well-being.\n

Love and Relationship

\n If you're seeking answers about your love life or relationships, a psychic reader can provide the\n insights you need, helping you find the love and happiness you deserve.\n Testimonials\n Visit our testimonials section to read firsthand experiences from our clients. Their transformative\n stories highlight the trusted relationships we've built over the years and the impact of our readings.\n Hear from people who have received guidance, found answers, and experienced the energy and insight our\n gifted psychics provide.\n\n

FAQs

\n
    \n
  • How can I prepare for my psychic reading?
  • \n Write down your questions, try to relax, interact with the reader, and be open to the unexpected.\n
  • What can I expect from a psychic reading?
  • \n Psychic readings provide valuable insights about your life, helping you make informed decisions.\n
  • Are my readings confidential?
  • \n Absolutely. All readings with Lifereader are 100% private, confidential, and secure.\n
\n When you're ready to embark on your spiritual journey, register with Lifereader, choose your preferred\n psychic medium, and connect via phone or online chat. Speak to a real medium at a competitive price.\n We're here to answer all your questions and guide you every step of the way. Feel free to talk to us\n today for a transformative experience or for more information.\n\n
\n\n
\n
\n\n\n
\n","/* tslint:disable:max-line-length */\nimport {\n AfterViewInit,\n ChangeDetectorRef,\n Component,\n ComponentRef,\n ElementRef,\n HostListener,\n Inject,\n OnDestroy,\n OnInit,\n TemplateRef,\n ViewChild\n} from '@angular/core';\nimport {Recent} from '../../entity/recent';\nimport {FeedbackService} from '../../services/feedback.service';\nimport {Reader} from '../../modules/shared/entity/reader';\nimport {ReaderService} from '../../modules/shared/services/reader-service';\nimport {BsModalService} from 'ngx-bootstrap/modal';\nimport {ApplicationStateService} from '../../services/application.state.service';\nimport {ActivatedRoute, NavigationStart, Router} from '@angular/router';\nimport {AuthService} from '../../services/auth.service';\nimport {AlertService} from '../../services/alert.service';\nimport {AddFundsEmitterService} from '../../services/add-funds-emitter.service';\nimport {AllEmiterService} from '../../services/all-emiter.service';\nimport {SEOService} from '../../services/seo.service';\nimport {AdminResolverData} from '../../resolvers/admin-resolver';\nimport {forkJoin} from 'rxjs';\nimport {Location} from '@angular/common';\nimport {environment} from '../../../environments/environment';\nimport {SubSink} from 'subsink';\nimport {WINDOW} from '../../providers/window.provider';\nimport {GoogleAnalyticsEventsService} from '../../services/google-analytics-events.service';\nimport {LoadableComponent} from 'ngx-loadable';\nimport {HowItWorksComponent} from '../../modules/shared/components/how-it-works/how-it-works.component';\nimport {UserService} from '../../services/user.service';\nimport {UtilService} from '../../services/util.service';\nimport {CookieService} from 'ng2-cookies';\nimport {FeaturedReadersComponent} from '../../modules/shared/components/featured-readers/featured-readers.component';\nimport {LatestArticlesComponent} from '../../modules/shared/components/latest-articles/latest-articles.component';\nimport {map} from 'rxjs/operators';\nimport {NGXLogger, NgxLoggerLevel} from 'ngx-logger';\nimport {CcAttemptsService} from '../../services/nestjs/logs/cc-attempts/cc-attempts.service';\nimport {CCState} from '../../services/nestjs/logs/cc-attempts/enum/cc-state.enum';\nimport {ReaderSortingMethod} from '../../modules/shared/components/our-readers/our-readers.component';\n\n\n@Component({\n selector: 'app-main',\n templateUrl: './main.component.html',\n styleUrls: ['./main.component.scss'],\n})\nexport class MainComponent implements OnInit, OnDestroy, AfterViewInit {\n setting = {\n title: 'Get to know our readers',\n };\n feedbackData: Recent[] = [];\n intervalRecentFeeback;\n any;\n dpsUrl;\n referralUrl;\n featuredReaders: Reader[];\n ourReaders: Reader[];\n config = {\n href: '',\n offset: 0,\n max: 9,\n sortingMethod: ReaderSortingMethod.RECOMMENDED as string,\n };\n quantityReaders: number;\n // viewElements = [false, false, false, false, false, false, false];\n viewElements = [true, true, true, true, true, true, true];\n private subs = new SubSink();\n public electron;\n\n\n //region Banner area\n links = [\n {\n href: '/',\n text: 'Explore Readers',\n },\n {\n href: '/all-psychic-readers-at-lifereader',\n text: 'All Readers',\n },\n {\n href: '/psychics-clairvoyants',\n text: 'Psychic Readings',\n },\n {\n href: '/love-relationships/dating-relationships',\n text: 'Dating Advice',\n },\n {\n href: '/tarot-reading',\n text: 'Tarot Readings',\n },\n {\n href: '/love-relationships/old-flames',\n text: 'Breakup Advice',\n },\n {\n href: '/love-relationships/soulmate-connections',\n text: 'Soulmate Readings',\n },\n {\n href: '/love-relationships',\n text: 'Relationship Advice',\n },\n ];\n\n swappingText = [\n {\n active: true,\n text: '4 Free Chat Min',\n },\n {\n active: false,\n text: '4 Free Chat Min',\n },\n ];\n\n selectedItem = this.links[0];\n\n timer;\n promotionsTimer;\n //endregion\n\n\n // Lazy Components\n @ViewChild('featureReadersComponent') featureReadersComponent: LoadableComponent;\n showFeatureReaders = false;\n featureReadersRendered = false;\n featureReaderComp: FeaturedReadersComponent = null;\n @ViewChild('howItWorksComponent') howItWorksComponent: LoadableComponent;\n // @ViewChild('ourReadersComponent') ourReadersComponent: LoadableComponent;\n // ourReadersRendered = false;\n // @ViewChild('feedBackCarouselComponent') feedBackCarouselComponent: LoadableComponent;\n // showFeedBackCarousel = false;\n // feedBackCarouselRendered = false;\n @ViewChild('latestArticlesComponent') latestArticlesComponent: LoadableComponent;\n showLatestArticles = false;\n latestArticlesRendered = false;\n @ViewChild('horoscopeComponent') horoscopeComponent: LoadableComponent;\n // endregion\n\n @ViewChild('actions') actions: TemplateRef;\n\n\n\n public data: AdminResolverData;\n dataLoaded = false;\n domain = null;\n country = null;\n title = 'Chat with our';\n loggedIn = false;\n constructor(\n // private userService: UserService,\n private feedbackService: FeedbackService,\n private readerService: ReaderService,\n private bs: BsModalService,\n private as: ApplicationStateService,\n private route: ActivatedRoute,\n private authServ: AuthService,\n private alertService: AlertService,\n private bsModalService: BsModalService,\n private addFundsService: AddFundsEmitterService,\n private seoService: SEOService,\n private allEmiterService: AllEmiterService,\n private location: Location,\n private router: Router,\n @Inject(WINDOW) private window: Window,\n private gAE: GoogleAnalyticsEventsService,\n private userService: UserService,\n private utilService: UtilService,\n private cookie: CookieService,\n private cdRef: ChangeDetectorRef,\n private logger: NGXLogger,\n private logService: CcAttemptsService,\n private el: ElementRef,\n ) {\n this.electron = environment.electron;\n }\n\n async ngOnInit() {\n const self = this;\n this.loggedIn = this.userService.isLoggedIn();\n if (location.hostname === 'www.lifereader.com.au' || location.hostname === 'www.dev.lifereader.com.au') {\n this.domain = 'AU';\n this.country = 'Australia';\n this.title = 'Chat with Australia\\'s';\n } else if (location.hostname === 'www.lifereader.com' || location.hostname === 'www.dev.lifereader.com') {\n this.domain = 'US';\n this.country = 'the USA';\n this.title = 'Chat with America\\'s';\n } else if (location.hostname === 'www.lifereader.co.uk' || location.hostname === 'www.dev.lifereader.co.uk') {\n this.domain = 'UK';\n this.country = 'the United Kingdom';\n this.title = 'Chat with the UK\\'s';\n } else if (location.hostname === 'www.lifereader.co.nz' || location.hostname === 'www.dev.lifereader.co.nz') {\n this.domain = 'NZ';\n this.country = 'New Zealand';\n this.title = 'Chat with New Zealand\\'s';\n } else if (location.hostname === 'www.lifereader.eu' || location.hostname === 'www.dev.lifereader.eu') {\n this.domain = 'EU';\n this.country = 'Europe';\n this.title = 'Chat with Europe\\'s';\n } else {\n this.domain = 'NZ';\n this.country = 'New Zealand';\n this.title = 'Chat with New Zealand\\'s';\n }\n await this.newCardRegistered();\n /**\n * Stop using the resolve for the main page and load the data on the onInit of the component.\n * This will improve FCP (First content paint)\n */\n await this.getViewData();\n this.getData();\n this.facebookRegistration();\n this.createTags();\n this.referralData();\n // this.seoService.createLinkForCanonicalURL();\n this.subs.sink = this.allEmiterService.subsLoggedIn = this.allEmiterService.invokeLoggedIn.subscribe(() => {\n this.getData();\n });\n\n this.router.events\n .subscribe((event: NavigationStart) => {\n if (event.navigationTrigger === 'popstate') {\n const prevUrl = self.utilService.localStorageGetItem('prevUrl');\n // console.og('Back detected', prevUrl);\n if (prevUrl === '/chat') {\n this.router.navigate(['/']);\n }\n }\n });\n\n }\n\n async getViewData() {\n const self = this;\n self.data = new AdminResolverData();\n const values = forkJoin([\n this.feedbackService.getRecent(),\n this.readerService.getReadersPopular(this.config)\n ]\n ).pipe(\n map(([first, second]) => {\n self.data.feedbackData = first;\n self.data.featuredReaders = second.entities.slice(0, 3);\n self.data.ourReaders = second.entities.slice(3);\n self.data.quantityReaders = second.count;\n return self.data;\n })\n );\n const result = await values.toPromise();\n\n this.featuredReaders = result.featuredReaders;\n this.featureReadersComponent.reload();\n this.ourReaders = result.ourReaders;\n this.quantityReaders = result.quantityReaders;\n // this.ourReadersComponent.reload();\n this.feedbackData = result.feedbackData;\n // this.feedBackCarouselComponent.reload();\n this.dataLoaded = true;\n return result;\n }\n\n newCardRegistered() {\n let lrToken, userid, result, utm_nooverride, cc_success;\n const self = this;\n this.dpsUrl = this.window.location.href;\n this.route.queryParamMap.subscribe(async (queryParams: any) => {\n\n lrToken = queryParams.get('lrToken');\n userid = queryParams.get('userid');\n result = queryParams.get('result');\n utm_nooverride = queryParams.get('utm_nooverride');\n cc_success = queryParams.get('cc_success');\n if (cc_success != null) {\n cc_success = cc_success === 'true';\n if (cc_success) {\n this.alertService.alert({\n title: `Credit Card`,\n body: `Your credit card was added`,\n type: 'info',\n });\n setTimeout(async () => {\n await self.gAE.fireCCRegistrationEvent(0, self.utilService.localStorageGetItem('uid'));\n }, 3000);\n if (await this.userService.firstTimeAddingFunds() === false) {\n this.allEmiterService.onLoadingChange(false);\n return;\n }\n await this.userService.showAddFunds('Show Offers After Registration');\n } else {\n this.alertService.alert({\n title: `Credit Card`,\n body: `Your credit card was not added, please try again`,\n type: 'error',\n });\n }\n this.location.replaceState('');\n return;\n }\n\n if (!lrToken) {\n // Check if maybe user click on back\n const ccState = this.utilService.localStorageGetItem('creditCard');\n if (ccState === 'add') {\n this.subs.sink = this.logService.addEventCC('User Return from DPS', NgxLoggerLevel.LOG).subscribe();\n this.subs.sink = this.logService.resultCC(CCState.CANCEL).subscribe();\n }\n return;\n }\n this.subs.sink = this.logService.addEventCC('Credit card answer received ' + this.dpsUrl, NgxLoggerLevel.LOG).subscribe();\n\n if (lrToken && userid && result && utm_nooverride) {\n // Put web site on wait until we add the credit card\n // To avoid validate the same cc multiple times\n const tokenOnStorage = self.utilService.localStorageGetItem('lrToken');\n // this.logger.info('Token On Storage vs LrToken', LogEvents.CreditCard, ccAttempt, tokenOnStorage, lrToken);\n this.subs.sink = this.logService.addEventCC(`Token On Storage ${tokenOnStorage} vs LrToken ${lrToken}`, NgxLoggerLevel.LOG).subscribe();\n // We check this because user might have click on back and system try to add the same cc, which will cause the cc attemps to log an error\n if (tokenOnStorage !== lrToken) {\n this.utilService.localStorageSetItem('lrToken', lrToken);\n this.location.replaceState('');\n if (this.dpsUrl.indexOf('fail') === -1) {\n try {\n this.subs.sink = this.logService.addEventCC(`Sending credit card details to the server`, NgxLoggerLevel.LOG).subscribe();\n try {\n this.subs.sink = this.logService.addEventCC(`doRegistrationStep3Success`, NgxLoggerLevel.LOG).subscribe();\n await this.authServ.doRegistrationStep3Success(encodeURIComponent(lrToken), utm_nooverride, result, userid).toPromise();\n } catch (e) {\n this.subs.sink = this.logService.addEventCC('doRegistrationStep3Success error', NgxLoggerLevel.ERROR).subscribe();\n throw e;\n }\n try {\n this.subs.sink = this.logService.addEventCC(`creditCardUsed`, NgxLoggerLevel.LOG).subscribe();\n await self.gAE.creditCardUsed();\n } catch (e) {\n this.subs.sink = this.logService.addEventCC('creditCardUsed error', NgxLoggerLevel.ERROR).subscribe();\n }\n try {\n this.subs.sink = this.logService.addEventCC(`createTags`, NgxLoggerLevel.LOG).subscribe();\n this.createTags();\n } catch (e) {\n this.subs.sink = this.logService.addEventCC('createTags error', NgxLoggerLevel.ERROR).subscribe();\n }\n this.allEmiterService.onLoadingChange(true);\n // Credit card was updated\n\n if (this.dpsUrl.indexOf('update') !== -1) {\n this.alertService.alert({\n title: `Credit Card`,\n body: `Your credit card was updated`,\n type: 'info',\n });\n } else {\n this.alertService.alert({\n title: `Credit Card`,\n body: `Your credit card was added`,\n type: 'info',\n });\n }\n // self.addFundsService.onAddFunds(true);\n self.subs.sink = self.logService.addEventCC(`Credit card added`, NgxLoggerLevel.LOG).subscribe();\n self.subs.sink = self.logService.resultCC(CCState.ADDED).subscribe();\n\n // It looks something after cc is added, angular does not update and the user have to add the CC again\n // To avoid this we are going to refresh the page and force user to show the popUp again\n self.utilService.localStorageSetItem('showOffers', 'true');\n self.subs.sink = self.logService.addEventCC(`Setting showOffers: ` + self.utilService.localStorageGetItem('showOffers') , NgxLoggerLevel.LOG).subscribe();\n self.subs.sink = self.logService.addEventCC(`Reloading page to show offers`, NgxLoggerLevel.LOG).subscribe();\n setTimeout(() => {\n self.window.location.replace(self.window.location.origin);\n }, 1500);\n return true;\n } catch (e) {\n this.logger.error('Credit card details were not sent to the server', e);\n try {\n this.subs.sink = this.logService.addEventCC(`Credit card details were not sent to the server: ` + e.toString(), NgxLoggerLevel.ERROR).subscribe();\n } catch (e2) {\n try {\n this.subs.sink = this.logService.addEventCC(JSON.parse(e), NgxLoggerLevel.ERROR).subscribe();\n } catch (e3) {\n this.subs.sink = this.logService.addEventCC(`Credit card details were not sent to the server and error occur while sending (*)`, NgxLoggerLevel.ERROR).subscribe();\n }\n }\n // this.createTags();\n this.alertService.alert({\n title: `Error Credit Card`,\n body: `Please try adding your credit card later`,\n type: 'error',\n });\n this.subs.sink = this.logService.resultCC(CCState.ERROR).subscribe();\n setTimeout(() => {\n self.window.location.replace(self.window.location.origin);\n }, 1500);\n return false;\n }\n } else {\n this.subs.sink = this.logService.addEventCC(`Credit card failed from DPS: ` + this.dpsUrl, NgxLoggerLevel.ERROR).subscribe();\n this.subs.sink = this.logService.resultCC(CCState.REJECTED).subscribe();\n await this.authServ.processCardRegistrationFail(encodeURIComponent(lrToken), utm_nooverride, result, userid);\n const aux = self.utilService.localStorageGetItem('creditCard');\n this.alertService.alert({\n title: `Sorry but that card was not able to be registered with us`,\n body: `Please contact your funding source or use PayPal to add funds.`,\n type: 'error',\n });\n if (aux === 'update') {\n this.router.navigate(['customer/credit-card']);\n return false;\n } else {\n self.addFundsService.onAddFunds(true);\n }\n return false;\n }\n } else {\n this.utilService.localStorageSetItem('lrToken', '');\n // this.logger.error('Credit card does not match storage');\n this.location.replaceState('');\n this.subs.sink = this.logService.addEventCC(`Credit card does not match storage`, NgxLoggerLevel.ERROR).subscribe();\n // this.subs.sink = this.logService.resultCC(CCState.NO_MATCH_STORAGE).subscribe();\n }\n } else {\n // this.logger.log('No all parameters valid for credit card', LogEvents.CreditCard, ccAttempt);\n this.subs.sink = this.logService.addEventCC(`No all parameters valid for credit card`, NgxLoggerLevel.ERROR).subscribe();\n this.subs.sink = this.logService.resultCC(CCState.ERROR).subscribe();\n }\n });\n\n }\n\n referralData() {\n let clickid, c;\n const self = this;\n this.referralUrl = this.window.location.href;\n this.subs.sink = this.route.queryParamMap.subscribe(queryParams => {\n clickid = queryParams.get('clickid');\n c = queryParams.get('c');\n if (clickid || c) {\n // console.og('Referral data found');\n self.cookie.set('referral', 'RoEye', 2592000, );\n self.cookie.set('referral-data', clickid, 2592000, );\n }\n });\n }\n\n\n\n facebookRegistration() {\n let firstName, lastName, gender, dob;\n // Get details of the user that register to be able to connect to atmosphere\n\n this.subs.sink = this.route.queryParamMap.subscribe(queryParams => {\n firstName = queryParams.get('firstName');\n lastName = queryParams.get('lastName');\n gender = queryParams.get('gender');\n dob = queryParams.get('dob');\n const initialState = {\n firstName: firstName,\n lastName: lastName,\n gender: gender,\n dob: dob\n };\n });\n\n\n }\n\n getData() {\n const self = this;\n // if (!isScullyRunning()) {\n this.subs.sink = this.readerService.onUpdateReader.subscribe((reader) => {\n if (self.featuredReaders) {\n const index = self.featuredReaders.findIndex(r => r.id === reader.id);\n self.featuredReaders[index] = reader;\n }\n\n });\n // this.subs.sink = this.intervalRecentFeeback = self.utilService.setInterval(function () {\n // self.subs.sink = forkJoin([\n // self.feedbackService.getRecent(),\n // ]\n // ).subscribe(\n // ([first]) => {\n // self.feedbackData = first;\n // }\n // );\n // }, environment.reloadReaders);\n }\n\n createTags() {\n this.seoService.setTagsByPage();\n }\n\n goToPage(link) {\n this.router.navigate([link]);\n }\n\n\n ngOnDestroy() {\n // clearInterval(this.intervalRecentFeeback);\n this.seoService.clearTags();\n this.subs.unsubscribe();\n }\n\n async loadComponents() {\n await this.featureReadersComponent.preload();\n await this.howItWorksComponent.preload();\n // await this.ourReadersComponent.preload();\n await this.horoscopeComponent.preload();\n await this.latestArticlesComponent.preload();\n // await this.feedBackCarouselComponent.preload();\n\n\n }\n\n //region LazyInit\n lazyInitFeatureReaders({instance: lazyComponent}: ComponentRef) {\n lazyComponent.readers = this.featuredReaders;\n lazyComponent.finishRender.subscribe((value: boolean) => {\n this.featureReadersRendered = value;\n this.cdRef.detectChanges();\n });\n }\n lazyInitHowItWorks({instance: lazyComponent}: ComponentRef) {\n try {\n lazyComponent.actions = this.actions;\n } catch (e) {\n }\n }\n // lazyInitOurReaders({instance: lazyComponent}: ComponentRef) {\n // this.logger.debug('Init lazy our readers', this.ourReaders);\n // try {\n // lazyComponent.refresh = true;\n // lazyComponent.allReadersButton = false;\n // lazyComponent.config = {\n // offset: 3,\n // max: 9,\n // };\n // lazyComponent.quantityReaders = this.quantityReaders;\n // lazyComponent.readers = this.ourReaders;\n // lazyComponent.type = '-sor1';\n // lazyComponent.few = 6;\n // lazyComponent.finishRender.subscribe((value: boolean) => {\n // this.ourReadersRendered = value;\n // this.cdRef.detectChanges();\n // });\n // } catch (e) {\n // }\n // }\n // lazyInitFeedBackCarousel({instance: lazyComponent}: ComponentRef) {\n // lazyComponent.data = this.feedbackData;\n // lazyComponent.finishRender.subscribe((value: boolean) => {\n // this.feedBackCarouselRendered = value;\n // this.cdRef.detectChanges();\n // });\n // }\n lazyInitArticles({instance: lazyComponent}: ComponentRef) {\n lazyComponent.finishRender.subscribe((value: boolean) => {\n this.latestArticlesRendered = value;\n this.cdRef.detectChanges();\n // wait some time to rende the horoscope and after show the footer\n this.allEmiterService.onLoadFooter();\n });\n }\n //endregion\n //region Banner area\n getText() {\n return this.swappingText.find(item => item.active).text;\n }\n\n changeActive() {\n this.swappingText[0].active = !this.swappingText[0].active;\n this.swappingText[1].active = !this.swappingText[1].active;\n }\n\n goToLink() {\n this.router.navigate([this.selectedItem.href]);\n }\n //endregion\n async ngAfterViewInit() {\n const self = this;\n // Get current currency\n const currency = this.userService.getCurrency();\n // if (currency.asciiSymbol === '€') {\n // this.swappingText[0].text = `1st Call ${currency.asciiSymbol}0.09/min*`;\n // } else {\n // this.swappingText[0].text = `1st Call ${currency.asciiSymbol}0.19/min*`;\n // }\n\n this.subs.sink = this.timer = self.utilService.setInterval(() => {\n if (this.userService.isLoggedIn()) {\n // clearInterval(this.timer);\n self.utilService.clearInterval(self.timer);\n this.swappingText[0].active = false;\n this.swappingText[1].active = true;\n return;\n }\n this.changeActive();\n }, environment.reloadReaders);\n this.subs.sink = this.promotionsTimer = self.utilService.setInterval(() => {\n this.changeActive();\n }, 2000);\n }\n\n scrollToElement(e) {\n e.preventDefault();\n const targetElement = this.el.nativeElement.querySelector('#homepage-info');\n if (targetElement) {\n targetElement.scrollIntoView({ behavior: 'smooth', block: 'start' });\n }\n }\n\n\n @HostListener('window:popstate', ['$event'])\n onPopState(event) {\n // console.og('Back button pressed');\n }\n\n isCustomer() {\n return this.userService.getData().role === 'ROLE_CUSTOMER';\n }\n\n\n\n}\n","import {NgModule} from '@angular/core';\nimport {RouterModule, Routes} from '@angular/router';\n\nimport {MainComponent} from './main.component';\n\n\nconst routes: Routes = [\n {\n path: '',\n component: MainComponent\n }\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class MainRoutingModule {\n}\n","import {NgModule} from '@angular/core';\nimport {LoadableModule, matcher} from 'ngx-loadable';\nimport {InViewportModule} from 'ng-in-viewport';\nimport {MainComponent} from './main.component';\nimport {CommonModule} from '@angular/common';\nimport {MainRoutingModule} from './main-routing.module';\nimport {FormsModule} from '@angular/forms';\nimport {RouterModule} from '@angular/router';\nimport {DirectivesModule} from '../../directives/directives.module';\nimport {OurReadersModule} from '../../modules/shared/components/our-readers/our-readers.module';\nimport {FeedbackCarouselModule} from '../../modules/shared/components/feedback-carousel/feedback-carousel.module';\nimport {ReaderFeedbackCardModule} from '../../modules/shared/primary-components/reader-feedback-card/reader-feedback-card.module';\nimport {PromoModule} from '../promo/promo.module';\n\n@NgModule({\n declarations: [ MainComponent ],\n bootstrap: [ MainComponent ],\n imports: [\n LoadableModule.forFeature({\n moduleConfigs: [\n {\n name: 'horoscope',\n loadChildren: () => import('../../modules/shared/components/horoscope/horoscope.module').then(m => m.HoroscopeModule),\n matcher\n },\n {\n name: 'latestArticles',\n // tslint:disable-next-line:max-line-length\n loadChildren: () => import('../../modules/shared/components/latest-articles/latest-articles.module').then(m => m.LatestArticlesModule),\n matcher\n },\n {\n name: 'feedBackCarousel',\n loadChildren: () => import('../../modules/shared/components/feedback-carousel/feedback-carousel.module').then(m => m.FeedbackCarouselModule),\n matcher\n },\n {\n name: 'our-readers',\n loadChildren: () => import('../../modules/shared/components/our-readers/our-readers.module').then(m => m.OurReadersModule),\n matcher\n },\n {\n name: 'how-it-works',\n loadChildren: () => import('../../modules/shared/components/how-it-works/how-it-works.module').then(m => m.HowItWorksModule),\n matcher\n },\n {\n name: 'featured-readers',\n loadChildren: () => import('../../modules/shared/components/featured-readers/featured-readers.module').then(m => m.FeaturedReadersModule),\n matcher\n }\n ]\n }),\n InViewportModule,\n CommonModule,\n MainRoutingModule,\n FormsModule,\n RouterModule,\n DirectivesModule,\n OurReadersModule,\n FeedbackCarouselModule,\n ReaderFeedbackCardModule,\n PromoModule,\n ]\n})\nexport class MainModule { }\n"],"names":["i0","MainComponent","constructor","feedbackService","readerService","bs","as","route","authServ","alertService","bsModalService","addFundsService","seoService","allEmiterService","location","router","window","gAE","userService","utilService","cookie","cdRef","logger","logService","el","this","title","href","offset","max","sortingMethod","ReaderSortingMethod","SubSink","text","active","links","electron","environment","ngOnInit","self","t","loggedIn","isLoggedIn","hostname","domain","country","newCardRegistered","getViewData","getData","facebookRegistration","createTags","referralData","subs","sink","subsLoggedIn","invokeLoggedIn","subscribe","events","event","navigationTrigger","prevUrl","localStorageGetItem","navigate","data","AdminResolverData","result","values","forkJoin","getRecent","getReadersPopular","config","pipe","map","first","second","feedbackData","featuredReaders","entities","slice","ourReaders","quantityReaders","count","toPromise","featureReadersComponent","reload","dataLoaded","lrToken","userid","utm_nooverride","cc_success","dpsUrl","queryParamMap","queryParams","get","addEventCC","NgxLoggerLevel","tokenOnStorage","localStorageSetItem","replaceState","indexOf","resultCC","CCState","processCardRegistrationFail","encodeURIComponent","aux","alert","body","type","onAddFunds","doRegistrationStep3Success","e","creditCardUsed","onLoadingChange","setTimeout","replace","origin","error","toString","e2","JSON","parse","e3","ccState","m","fireCCRegistrationEvent","firstTimeAddingFunds","showAddFunds","clickid","c","referralUrl","set","firstName","lastName","gender","dob","onUpdateReader","reader","index","findIndex","r","id","setTagsByPage","goToPage","link","ngOnDestroy","clearTags","unsubscribe","loadComponents","preload","howItWorksComponent","horoscopeComponent","latestArticlesComponent","lazyInitFeatureReaders","instance","lazyComponent","readers","finishRender","value","featureReadersRendered","detectChanges","lazyInitHowItWorks","actions","lazyInitArticles","latestArticlesRendered","onLoadFooter","getText","swappingText","find","item","changeActive","goToLink","selectedItem","ngAfterViewInit","getCurrency","timer","setInterval","clearInterval","promotionsTimer","scrollToElement","preventDefault","targetElement","nativeElement","querySelector","scrollIntoView","behavior","block","onPopState","isCustomer","role","WINDOW","selectors","ctx","routes","path","component","MainRoutingModule","RouterModule","MainModule","bootstrap","LoadableModule","moduleConfigs","name","loadChildren","i","then","HoroscopeModule","matcher","LatestArticlesModule","Promise","FeedbackCarouselModule","OurReadersModule","HowItWorksModule","FeaturedReadersModule","InViewportModule","CommonModule","FormsModule","DirectivesModule","ReaderFeedbackCardModule","PromoModule"],"mappings":"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","debug_id":"f2ed5e65-c8d0-5300-bb8c-9f8f795d3888"}