@sumaris-net/ngx-components 2.1.6 → 2.1.7

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.
@@ -4630,7 +4630,7 @@ class AppFormArray extends UntypedFormArray {
4630
4630
  }
4631
4631
  resize(length, options) {
4632
4632
  const enabled = this.enabled; // Save enabled here, because update can occur from resizeArray()
4633
- const changes = resizeArray(this, this.createControl, length, options);
4633
+ const changes = resizeArray(this, this.createControl, length, { emitEvent: false, ...options });
4634
4634
  if (changes) {
4635
4635
  if (enabled) {
4636
4636
  this.enable(options);