@indice/ng-components 0.2.78 → 0.2.79
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 -2
- package/bundles/indice-ng-components.umd.js.map +1 -1
- package/esm2015/lib/layouts/shell/shell-layout/shell-layout.component.js +3 -3
- package/fesm2015/indice-ng-components.js +2 -2
- package/fesm2015/indice-ng-components.js.map +1 -1
- package/indice-ng-components.metadata.json +1 -1
- package/lib/layouts/shell/shell-layout/shell-layout.component.d.ts +3 -3
- package/package.json +1 -1
|
@@ -1844,9 +1844,9 @@
|
|
|
1844
1844
|
}
|
|
1845
1845
|
this.activeConfig = config;
|
|
1846
1846
|
}
|
|
1847
|
-
ShellLayoutComponent.prototype.
|
|
1847
|
+
ShellLayoutComponent.prototype.ngAfterViewChecked = function () {
|
|
1848
1848
|
var _this = this;
|
|
1849
|
-
setTimeout(function () { _this.loaded = true; },
|
|
1849
|
+
setTimeout(function () { _this.loaded = true; }, 200);
|
|
1850
1850
|
};
|
|
1851
1851
|
ShellLayoutComponent.prototype.ngOnInit = function () {
|
|
1852
1852
|
var _this = this;
|