{ "version": 3, "sources": ["src/app/features/home/components/home-reviews/home-reviews.component.ts", "src/app/features/home/components/home-reviews/home-reviews.component.html", "src/app/features/home/components/home-why-followalice-reason-block/home-why-followalice-reason-block.component.ts", "src/app/features/home/components/home-why-followalice-reason-block/home-why-followalice-reason-block.component.html", "src/app/features/home/components/home-why-followalice/customer-reviews-rating-bar/customer-reviews-rating-bar.component.ts", "src/app/features/home/components/home-why-followalice/customer-reviews-rating-bar/customer-reviews-rating-bar.component.html", "src/app/features/home/components/home-why-followalice/customer-reviews-container/customer-reviews-container.component.ts", "src/app/features/home/components/home-why-followalice/customer-reviews-container/customer-reviews-container.component.html", "src/app/features/home/components/home-why-followalice/home-why-followalice.component.ts", "src/app/features/home/components/home-why-followalice/home-why-followalice.component.html"], "sourcesContent": ["import { Component, Input, OnInit } from '@angular/core';\nimport { fakeAsset } from '@features/contentful/helpers/assetHelpers';\nimport { CustomPage } from '@generated/graphql';\n\nimport { AssetImageConfiguration } from '@features/lazy-image/components/lazy-asset-lazy/lazy-asset-lazy.component';\nimport { TrustpilotBadgeComponent } from '@shared/trustpilot-badge/trustpilot-badge.component';\nimport { TrustpilotCarouselWidgetComponent } from '@shared/trustpilot-carousel-widget/trustpilot-carousel-widget.component';\nimport { TrustpilotMiniCarouselWidgetComponent } from '@shared/trustpilot-mini-carousel-widget/trustpilot-mini-carousel-widget.component';\n\n@Component({\n selector: 'app-home-reviews',\n templateUrl: './home-reviews.component.html',\n\n standalone: true,\n imports: [\n TrustpilotCarouselWidgetComponent,\n TrustpilotMiniCarouselWidgetComponent,\n TrustpilotBadgeComponent,\n ],\n})\nexport class HomeReviewsComponent implements OnInit {\n @Input() homePage: CustomPage;\n trustPilotImageConfiguration: AssetImageConfiguration;\n constructor() {}\n\n ngOnInit(): void {\n this.trustPilotImageConfiguration = {\n image: fakeAsset(\n '/assets/images/trustpilot.png',\n 'See our reviews on Trustpilot'\n ),\n ratioWidth: 2.25,\n ratioHeight: 1,\n width: 216,\n };\n }\n}\n", "
{{ ratingNumber }} star
\n{{ ratingPercentage }}
\n\n {{ whyDesc?.body }}\n
\n