{ "version": 3, "sources": ["apps/partner-center-client/src/app/core/utils/image.service.ts"], "sourcesContent": ["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ImageService {\n getImageSrc(imageName: string): string {\n if (window.location.hostname === 'localhost') {\n return `/assets/images/${imageName}`;\n }\n return `https://vstatic-prod.apigateway.co/partner-center-client.9223372035141236080.prod/assets/images/${imageName}`;\n }\n}\n"], "mappings": "yCAKA,IAAaA,GAAY,IAAA,CAAnB,IAAOA,EAAP,MAAOA,CAAY,CACvBC,YAAYC,EAAiB,CAC3B,OAAIC,OAAOC,SAASC,WAAa,YACxB,kBAAkBH,CAAS,GAE7B,0EAA0EA,CAAS,EAC5F,yCANWF,EAAY,wBAAZA,EAAYM,QAAZN,EAAYO,UAAAC,WAFX,MAAM,CAAA,EAEd,IAAOR,EAAPS,SAAOT,CAAY,GAAA", "names": ["ImageService", "getImageSrc", "imageName", "window", "location", "hostname", "factory", "\u0275fac", "providedIn", "_ImageService"] }