ng-ipa-library 0.6.3 → 0.6.4

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.
@@ -1717,7 +1717,7 @@
1717
1717
  var toastrConfig = {
1718
1718
  disableTimeOut: true,
1719
1719
  };
1720
- switch (response.statusCode) {
1720
+ switch (response === null || response === void 0 ? void 0 : response.statusCode) {
1721
1721
  case 500:
1722
1722
  _this.toastrService.error((response === null || response === void 0 ? void 0 : response.innerException) + ' ' + (response === null || response === void 0 ? void 0 : response.stackTrace), response.message, toastrConfig);
1723
1723
  break;