@indice/ng-components 0.2.24 → 0.2.25

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.
@@ -2035,8 +2035,10 @@
2035
2035
  this.onAction = new i0.EventEmitter();
2036
2036
  // tslint:disable-next-line:no-output-on-prefix
2037
2037
  this.onSearch = new i0.EventEmitter();
2038
+ console.log("constructor: " + this.busy);
2038
2039
  }
2039
2040
  ViewLayoutComponent.prototype.ngOnInit = function () {
2041
+ console.log("init: " + this.busy);
2040
2042
  };
2041
2043
  ViewLayoutComponent.prototype.emitActionClick = function (action) {
2042
2044
  this.onAction.emit(action);