@seniorsistemas/angular-components 17.26.3-bugfix-sds-297-3fc3a9e8 → 17.26.3-bugfix-sds-297-ff9cb7a8
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.
- package/bundles/seniorsistemas-angular-components.umd.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/code-editor/infra/utils/custom-translations/custom-translations.module.js +2 -2
- package/esm5/components/code-editor/infra/utils/custom-translations/custom-translations.module.js +2 -2
- package/fesm2015/seniorsistemas-angular-components.js +1 -1
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +1 -1
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-angular-components.metadata.json +1 -1
|
@@ -4565,7 +4565,7 @@ var CustomTranslationsModule = /** @class */ (function () {
|
|
|
4565
4565
|
{ type: undefined, decorators: [{ type: Inject, args: [HostProjectConfigsInjectionToken,] }] }
|
|
4566
4566
|
]; };
|
|
4567
4567
|
CustomTranslationsModule = __decorate([
|
|
4568
|
-
NgModule(),
|
|
4568
|
+
NgModule({}),
|
|
4569
4569
|
__param(1, Inject(HostProjectConfigsInjectionToken))
|
|
4570
4570
|
], CustomTranslationsModule);
|
|
4571
4571
|
return CustomTranslationsModule;
|