diff options
Diffstat (limited to 'src/DevHive.Angular')
| -rw-r--r-- | src/DevHive.Angular/src/app/components/profile/profile.component.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/DevHive.Angular/src/app/components/profile/profile.component.html b/src/DevHive.Angular/src/app/components/profile/profile.component.html index cd1e3ee..74aa38b 100644 --- a/src/DevHive.Angular/src/app/components/profile/profile.component.html +++ b/src/DevHive.Angular/src/app/components/profile/profile.component.html @@ -1,7 +1,4 @@ -<!-- TODO: replace with loading component --> -<div id="content" style="justify-content: center;" *ngIf="!dataArrived"> - Loading... -</div> +<app-loading *ngIf="!dataArrived"></app-loading> <div id="content" *ngIf="dataArrived"> <nav id="navigation"> |
