@ukho/admiralty-angular 0.4.3 → 0.4.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.
@@ -1754,7 +1754,7 @@
1754
1754
  this.z = z;
1755
1755
  c.detach();
1756
1756
  this.el = r.nativeElement;
1757
- proxyOutputs(this, this.el, ['textareaBlur', 'admiraltyChange']);
1757
+ proxyOutputs(this, this.el, ['textareaBlur', 'admiraltyInput']);
1758
1758
  }
1759
1759
  return AdmiraltyTextarea;
1760
1760
  }());