feat: improve check for related data being loaded

This commit is contained in:
Johannes Millan 2019-06-27 18:13:41 +02:00
parent d3a7fe528a
commit 2aaefd49dd
4 changed files with 27 additions and 16 deletions

View file

@ -1,4 +1,4 @@
<ng-container *ngIf="(isAllDataLoaded$|async)">
<ng-container *ngIf="(isAllDataLoadedInitially$|async)">
<main-header></main-header>
<bookmark-bar class="bg-800"></bookmark-bar>
<!--TODO move inside page container somehow -->