{"version":3,"file":"localeService.js","sourceRoot":"","sources":["../../../../src/modules/services/applicationcore/localeService.ts"],"names":[],"mappings":"AAAA,IAAO,QAAQ,CAoBd;AApBD,WAAO,QAAQ;IACX,IAAc,eAAe,CAiB5B;IAjBD,WAAc,eAAe;QACzB;YAEI,uBAAoB,SAAuC,EAAU,GAA4C;gBAA7F,cAAS,GAAT,SAAS,CAA8B;gBAAU,QAAG,GAAH,GAAG,CAAyC;YACjH,CAAC;YAED,iCAAS,GAAT;gBAEI,OAAO,IAAI,CAAC,SAAS,CAA4C,IAAI,CAAC,GAAG,CAAC,OAAO,GAAG,kBAAkB,EAAE,EACvG,EAAE;oBACK,KAAK,EAAE;wBACH,MAAM,EAAE,KAAK;wBACb,OAAO,EAAE,IAAI;qBAChB;iBACJ,CAAC,CAAC;YACX,CAAC;YAbM,qBAAO,GAAG,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;YAc1C,oBAAC;SAAA,AAfD,IAeC;QAfY,6BAAa,gBAezB,CAAA;IACL,CAAC,EAjBa,eAAe,GAAf,wBAAe,KAAf,wBAAe,QAiB5B;IACD,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,eAAe,EAAE,QAAQ,CAAC,eAAe,CAAC,aAAa,CAAC,CAAC;AAC3F,CAAC,EApBM,QAAQ,KAAR,QAAQ,QAoBd","sourcesContent":["module services {\r\n export module applicationcore {\r\n export class localeService implements interfaces.applicationcore.ILocaleService {\r\n static $inject = [\"$resource\", \"ENV\"];\r\n constructor(private $resource: ng.resource.IResourceService, private ENV: interfaces.applicationcore.serverConfig) {\r\n }\r\n\r\n getLocale(): ng.resource.IResourceClass {\r\n\r\n return this.$resource(this.ENV.DSP_URL + \"Locale/GetLocale\", {\r\n }, {\r\n query: {\r\n method: 'GET',\r\n isArray: true\r\n }\r\n });\r\n }\r\n }\r\n }\r\n angular.module(\"app\").service(\"localeService\", services.applicationcore.localeService);\r\n}"]}