@one-paragon/angular-utilities 2.9.5 → 2.9.6-beta.1

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.
@@ -4228,7 +4228,8 @@ class FilterListStandaloneWrapperComponent {
4228
4228
  }
4229
4229
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: FilterListStandaloneWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4230
4230
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.8", type: FilterListStandaloneWrapperComponent, isStandalone: true, selector: "tb-filter-list-wrapper", inputs: { $tableStore: { classPropertyName: "$tableStore", publicName: "tableStore", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `
4231
- @if ($tableStore()) {
4231
+ @if ($tableStore())
4232
+ {
4232
4233
  <ng-container *ngTemplateOutlet="filterListTemplate; injector: storeInjector" />
4233
4234
  }
4234
4235
  <ng-template #filterListTemplate>
@@ -4241,7 +4242,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImpor
4241
4242
  args: [{
4242
4243
  selector: 'tb-filter-list-wrapper',
4243
4244
  template: `
4244
- @if ($tableStore()) {
4245
+ @if ($tableStore())
4246
+ {
4245
4247
  <ng-container *ngTemplateOutlet="filterListTemplate; injector: storeInjector" />
4246
4248
  }
4247
4249
  <ng-template #filterListTemplate>