buildingproduct-library 0.3.5 → 0.3.6

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.
@@ -8607,6 +8607,10 @@
8607
8607
  _this.dataAvailale = 'noData';
8608
8608
  }
8609
8609
  _this.showWaitCursor.next(false);
8610
+ }, function (error) {
8611
+ var _a, _b;
8612
+ console.log('Reason: ', (_b = (_a = error === null || error === void 0 ? void 0 : error.error) === null || _a === void 0 ? void 0 : _a.errors[0]) === null || _b === void 0 ? void 0 : _b.message);
8613
+ _this.showWaitCursor.next(false);
8610
8614
  });
8611
8615
  };
8612
8616
  CustomOrderDetailsComponent.prototype.sortBy = function (val) {