@casus-campus/ngx-gallery 0.6.0 → 0.7.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.
@@ -2327,6 +2327,7 @@
2327
2327
  _this.onClose.emit();
2328
2328
  });
2329
2329
  this.componentRef.instance.onActiveChange.subscribe(function (event) {
2330
+ _this.prevIndex = event;
2330
2331
  _this.onActiveChange.emit(event);
2331
2332
  });
2332
2333
  if (this.isActive) {