@seniorsistemas/angular-components 17.26.9-bugfix-sds-305-65d50df5 → 17.26.9-bugfix-sds-305-ba67e4f3

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,11 +1420,8 @@
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" });
1424
1423
  LocaleService = __decorate([
1425
- core.Injectable({
1426
- providedIn: "root"
1427
- })
1424
+ core.Injectable()
1428
1425
  ], LocaleService);
1429
1426
  return LocaleService;
1430
1427
  }());