@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.
- package/bundles/indice-ng-components.umd.js +2 -0
- package/bundles/indice-ng-components.umd.js.map +1 -1
- package/esm2015/lib/layouts/views/view-layout/view-layout.component.js +3 -1
- package/fesm2015/indice-ng-components.js +2 -0
- package/fesm2015/indice-ng-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -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);
|