@sumaris-net/ngx-components 0.13.1 → 0.13.2

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.
@@ -24384,9 +24384,6 @@
24384
24384
  setTimeout(function () { return _this.tabGroup.realignInkBar(); }, 500);
24385
24385
  }));
24386
24386
  }
24387
- };
24388
- AppTabEditor.prototype.ngAfterViewInit = function () {
24389
- var _this = this;
24390
24387
  // Catch back click events
24391
24388
  if (this.toolbar) {
24392
24389
  this.registerSubscription(this.toolbar.onBackClick.subscribe(function (event) { return _this.onBackClick(event); }));
@@ -24395,6 +24392,9 @@
24395
24392
  this.registerSubscription(this.formButtonsBar.onBack.subscribe(function (event) { return _this.onBackClick(event); }));
24396
24393
  }
24397
24394
  };
24395
+ AppTabEditor.prototype.ngAfterViewInit = function () {
24396
+ // Can be override by subclasses
24397
+ };
24398
24398
  AppTabEditor.prototype.ngOnDestroy = function () {
24399
24399
  this._subscription.unsubscribe();
24400
24400
  };