@stemy/ngx-dynamic-form 12.0.2 → 12.0.3

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.
@@ -374,7 +374,7 @@
374
374
  { type: core.Directive }
375
375
  ];
376
376
  FormControlComponent.ctorParameters = function () { return [
377
- { type: ngxUtils.ApiService },
377
+ { type: undefined, decorators: [{ type: core.Inject, args: [ngxUtils.API_SERVICE,] }] },
378
378
  { type: undefined, decorators: [{ type: core.Inject, args: [DYNAMIC_FORM,] }] },
379
379
  { type: undefined, decorators: [{ type: core.Inject, args: [ngxUtils.LANGUAGE_SERVICE,] }] },
380
380
  { type: undefined, decorators: [{ type: core.Inject, args: [ngxUtils.TOASTER_SERVICE,] }] }
@@ -1366,7 +1366,7 @@
1366
1366
  { type: core.Injectable }
1367
1367
  ];
1368
1368
  OpenApiService.ctorParameters = function () { return [
1369
- { type: ngxUtils.ApiService }
1369
+ { type: undefined, decorators: [{ type: core.Inject, args: [ngxUtils.API_SERVICE,] }] }
1370
1370
  ]; };
1371
1371
 
1372
1372
  var AsyncSubmitDirective = /** @class */ (function () {