igniteui-angular 22.0.0 → 22.0.2

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.
@@ -1365,6 +1365,7 @@ class IgxGridBaseDirective {
1365
1365
  get ariaRowCount() {
1366
1366
  return this._rendered ? this._rowCount : null;
1367
1367
  }
1368
+ /* treatAsRef */
1368
1369
  /**
1369
1370
  * Gets/Sets the resource strings.
1370
1371
  *