@indice/ng-components 0.2.77 → 0.2.78

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.
@@ -1844,6 +1844,10 @@
1844
1844
  }
1845
1845
  this.activeConfig = config;
1846
1846
  }
1847
+ ShellLayoutComponent.prototype.ngAfterContentInit = function () {
1848
+ var _this = this;
1849
+ setTimeout(function () { _this.loaded = true; }, 500);
1850
+ };
1847
1851
  ShellLayoutComponent.prototype.ngOnInit = function () {
1848
1852
  var _this = this;
1849
1853
  this.routerSub$ = this.router.events.pipe(operators.filter(function (event) { return event instanceof router.ActivationStart; })).subscribe(function (e) {
@@ -1872,7 +1876,6 @@
1872
1876
  };
1873
1877
  ShellLayoutComponent.prototype.ngAfterViewInit = function () {
1874
1878
  this.initCustomComponents();
1875
- this.loaded = true;
1876
1879
  };
1877
1880
  ShellLayoutComponent.prototype.initCustomComponents = function () {
1878
1881
  if (this.dynamicComponentHosts && this.dynamicComponentHosts.length > 0) {