@ts-core/angular 13.1.7 → 13.1.8

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.
@@ -7744,6 +7744,8 @@ class CdkTableCellValuePipe extends DestroyableContainer {
7744
7744
  this.formattedValue = item[column.name];
7745
7745
  return this.formattedValue;
7746
7746
  }
7747
+ this.lastItem = item;
7748
+ this.lastColumn = column;
7747
7749
  let result = column.format(item, column);
7748
7750
  if (!(result instanceof Promise)) {
7749
7751
  this.formattedValue = result;