@micropermit/client-angular 0.2.13 → 0.3.1

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.
@@ -890,13 +890,15 @@
890
890
  return this.valueSubj;
891
891
  }
892
892
  else {
893
- this.valueSubj = new rxjs.ReplaySubject(1);
893
+ /** @type {?} */
894
+ var valueSubj_1 = new rxjs.ReplaySubject(1);
895
+ this.valueSubj = valueSubj_1;
894
896
  return rxjs.defer((/**
895
897
  * @return {?}
896
898
  */
897
899
  function () {
898
900
  _this.initWithObs(null, null).subscribe();
899
- return _this.valueSubj;
901
+ return valueSubj_1;
900
902
  }));
901
903
  }
902
904
  };
@@ -950,6 +952,18 @@
950
952
  this.valueSubj = null;
951
953
  this._getPromise = null;
952
954
  };
955
+ /**
956
+ * @return {?}
957
+ */
958
+ LinkField.prototype.copyUninitialized = /**
959
+ * @return {?}
960
+ */
961
+ function () {
962
+ /** @type {?} */
963
+ var copy = this.copy();
964
+ copy.uninitialize();
965
+ return copy;
966
+ };
953
967
  /**
954
968
  * @return {?}
955
969
  */