diff options
Diffstat (limited to 'src/app/components/profile/profile.component.html')
| -rw-r--r-- | src/app/components/profile/profile.component.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html index 5c21cee..dede887 100644 --- a/src/app/components/profile/profile.component.html +++ b/src/app/components/profile/profile.component.html @@ -1,3 +1,5 @@ +<app-navbar></app-navbar> + <app-loading *ngIf="!dataArrived"></app-loading> <div id="content" *ngIf="dataArrived"> |
