@angular/cdk 12.2.7 → 12.2.11

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.
@@ -1088,9 +1088,10 @@
1088
1088
  return this._ngZone.runOutsideAngular(function () {
1089
1089
  return new Promise(function (resolve) {
1090
1090
  var handler = (function (event) {
1091
+ var _a;
1091
1092
  if (!event || (platform._getEventTarget(event) === _this._preview &&
1092
1093
  event.propertyName === 'transform')) {
1093
- _this._preview.removeEventListener('transitionend', handler);
1094
+ (_a = _this._preview) === null || _a === void 0 ? void 0 : _a.removeEventListener('transitionend', handler);
1094
1095
  resolve();
1095
1096
  clearTimeout(timeout);
1096
1097
  }