@ts-core/angular 13.1.4 → 13.1.5
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.
|
@@ -7756,7 +7756,9 @@ class CdkTableCellValuePipe extends DestroyableContainer {
|
|
|
7756
7756
|
value = this.value = CdkTableCellValuePipe.ERROR_SYMBOL;
|
|
7757
7757
|
})
|
|
7758
7758
|
.finally(() => {
|
|
7759
|
-
this.detection
|
|
7759
|
+
if (!_.isNil(this.detection)) {
|
|
7760
|
+
this.detection.markForCheck();
|
|
7761
|
+
}
|
|
7760
7762
|
});
|
|
7761
7763
|
return value;
|
|
7762
7764
|
}
|