@ts-core/angular 13.1.2 → 13.1.3
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.
|
@@ -7760,11 +7760,12 @@ class CdkTableCellValuePipe extends DestroyableContainer {
|
|
|
7760
7760
|
}
|
|
7761
7761
|
}
|
|
7762
7762
|
CdkTableCellValuePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CdkTableCellValuePipe, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
7763
|
-
CdkTableCellValuePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CdkTableCellValuePipe, name: "viCdkTableCellValue" });
|
|
7763
|
+
CdkTableCellValuePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CdkTableCellValuePipe, name: "viCdkTableCellValue", pure: false });
|
|
7764
7764
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CdkTableCellValuePipe, decorators: [{
|
|
7765
7765
|
type: Pipe,
|
|
7766
7766
|
args: [{
|
|
7767
|
-
name: 'viCdkTableCellValue'
|
|
7767
|
+
name: 'viCdkTableCellValue',
|
|
7768
|
+
pure: false
|
|
7768
7769
|
}]
|
|
7769
7770
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; } });
|
|
7770
7771
|
|