info-library 2.10.45 → 2.10.46

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.
@@ -2631,7 +2631,7 @@
2631
2631
  this.loading = !this.getdataonchange;
2632
2632
  this.data = [];
2633
2633
  /** @type {?} */
2634
- var parameters = this.params;
2634
+ var parameters = this.params || '';
2635
2635
  if (this.getdataonchange) {
2636
2636
  if (value == null || value == '')
2637
2637
  return new rxjs.Observable();