@seniorsistemas/angular-components 17.26.9-bugfix-sds-305-deb2a383 → 17.26.9-bugfix-sds-305-32cf1ca4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1420,8 +1420,11 @@
1420
1420
  { type: http.HttpClient },
1421
1421
  { type: ngxCookieService.CookieService }
1422
1422
  ]; };
1423
+ LocaleService.ɵprov = core["ɵɵdefineInjectable"]({ factory: function LocaleService_Factory() { return new LocaleService(core["ɵɵinject"](http.HttpClient), core["ɵɵinject"](ngxCookieService.CookieService)); }, token: LocaleService, providedIn: "root" });
1423
1424
  LocaleService = __decorate([
1424
- core.Injectable()
1425
+ core.Injectable({
1426
+ providedIn: "root"
1427
+ })
1425
1428
  ], LocaleService);
1426
1429
  return LocaleService;
1427
1430
  }());