{ "version": 3, "sources": ["src/app/shared/services/iso-countries/iso-countries.service.ts"], "sourcesContent": ["import { Injectable, Inject, LOCALE_ID } from '@angular/core';\r\nimport i18nIsoCountries from 'i18n-iso-countries';\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class IsoCountriesService {\r\n\r\n constructor(\r\n @Inject(LOCALE_ID) private defaultLocale: string\r\n ) {\r\n\r\n }\r\n\r\n // i18n-iso-countries wrappers\r\n // https://github.com/michaelwittig/node-i18n-iso-countries/\r\n getName(alpha2orAlpha3orNumeric: string | number, lang?: string): string {\r\n if (!lang) {\r\n lang = this.defaultLocale;\r\n }\r\n return i18nIsoCountries.getName(alpha2orAlpha3orNumeric, lang);\r\n }\r\n\r\n getNames(lang?: string): i18nIsoCountries.LocalizedCountryNames {\r\n if (!lang) {\r\n lang = this.defaultLocale;\r\n }\r\n return i18nIsoCountries.getNames(lang);\r\n }\r\n\r\n langs(): string[] {\r\n return i18nIsoCountries.langs();\r\n }\r\n\r\n isValid(alpha2orAlpha3orNumeric: string | number): boolean {\r\n return i18nIsoCountries.isValid(alpha2orAlpha3orNumeric);\r\n }\r\n\r\n}\r\n"], "mappings": "yIACA,IAAAA,EAA6B,OAI7B,IAAaC,GAAmB,IAAA,CAA1B,IAAOA,EAAP,MAAOA,CAAmB,CAE9BC,YAC6BC,EAAqB,CAArB,KAAAA,cAAAA,CAG7B,CAIAC,QAAQC,EAA0CC,EAAa,CAC7D,OAAKA,IACHA,EAAO,KAAKH,eAEPI,EAAAA,QAAiBH,QAAQC,EAAyBC,CAAI,CAC/D,CAEAE,SAASF,EAAa,CACpB,OAAKA,IACHA,EAAO,KAAKH,eAEPI,EAAAA,QAAiBC,SAASF,CAAI,CACvC,CAEAG,OAAK,CACH,OAAOF,EAAAA,QAAiBE,MAAK,CAC/B,CAEAC,QAAQL,EAAwC,CAC9C,OAAOE,EAAAA,QAAiBG,QAAQL,CAAuB,CACzD,yCA9BWJ,GAAmBU,EAGpBC,CAAS,CAAA,CAAA,wBAHRX,EAAmBY,QAAnBZ,EAAmBa,UAAAC,WAFlB,MAAM,CAAA,EAEd,IAAOd,EAAPe,SAAOf,CAAmB,GAAA", "names": ["import_i18n_iso_countries", "IsoCountriesService", "constructor", "defaultLocale", "getName", "alpha2orAlpha3orNumeric", "lang", "i18nIsoCountries", "getNames", "langs", "isValid", "\u0275\u0275inject", "LOCALE_ID", "factory", "\u0275fac", "providedIn", "_IsoCountriesService"] }