@indice/ng-components 0.2.153-beta.14 → 0.2.153-beta.15

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.
@@ -2092,7 +2092,12 @@
2092
2092
  encapsulation: i0.ViewEncapsulation.None,
2093
2093
  changeDetection: i0.ChangeDetectionStrategy.OnPush
2094
2094
  }]
2095
- }], ctorParameters: function () { return [{ type: LibTabGroupComponent }]; }, propDecorators: { content: [{
2095
+ }], ctorParameters: function () {
2096
+ return [{ type: LibTabGroupComponent, decorators: [{
2097
+ type: i0.Inject,
2098
+ args: [LibTabGroupComponent]
2099
+ }] }];
2100
+ }, propDecorators: { content: [{
2096
2101
  type: i0.ViewChild,
2097
2102
  args: [i0.TemplateRef, { static: true }]
2098
2103
  }], label: [{