{ "version": 3, "sources": ["src/app/shared/pipes/get-country-name.pipe.ts"], "sourcesContent": ["import { Pipe, PipeTransform } from '@angular/core';\r\nimport { IsoCountriesService } from '@shared/services/iso-countries/iso-countries.service';\r\n\r\n@Pipe({\r\n name: 'getCountryName',\r\n standalone: true\r\n})\r\nexport class GetCountryNamePipe implements PipeTransform {\r\n\r\n constructor(private countriesService: IsoCountriesService) {\r\n\r\n }\r\n\r\n transform(countryCode: string): any {\r\n return this.countriesService.getName(countryCode);\r\n }\r\n\r\n}\r\n"], "mappings": "yFAOA,IAAaA,GAAkB,IAAA,CAAzB,IAAOA,EAAP,MAAOA,CAAkB,CAE7BC,YAAoBC,EAAqC,CAArC,KAAAA,iBAAAA,CAEpB,CAEAC,UAAUC,EAAmB,CAC3B,OAAO,KAAKF,iBAAiBG,QAAQD,CAAW,CAClD,yCARWJ,GAAkBM,EAAAC,EAAA,EAAA,CAAA,CAAA,6CAAlBP,EAAkBQ,KAAA,GAAAC,WAAA,EAAA,CAAA,EAAzB,IAAOT,EAAPU,SAAOV,CAAkB,GAAA", "names": ["GetCountryNamePipe", "constructor", "countriesService", "transform", "countryCode", "getName", "\u0275\u0275directiveInject", "IsoCountriesService", "pure", "standalone", "_GetCountryNamePipe"] }