@ukho/admiralty-angular 0.12.0 → 0.12.1--canary.190.bd55d61.0

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.
@@ -508,6 +508,14 @@
508
508
  var _this = this;
509
509
  this.z.runOutsideAngular(function () { return (_this.el[item] = val); });
510
510
  },
511
+ /**
512
+ * In the event that proxyInputs is called
513
+ * multiple times re-defining these inputs
514
+ * will cause an error to be thrown. As a result
515
+ * we set configurable: true to indicate these
516
+ * properties can be changed.
517
+ */
518
+ configurable: true,
511
519
  });
512
520
  });
513
521
  };