diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-01-21 12:21:55 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-01-21 12:21:55 +0200 |
| commit | 184396f4782af9c34c25c5237942fd351e7c7ef7 (patch) | |
| tree | 1e6c7b55b1ed4d3d4d0b9afd57f7d63af7ddbec6 /src/DevHive.Angular | |
| parent | 2e327cec00dc3f1aa7e2d7af9896768b870834cb (diff) | |
| download | DevHive-184396f4782af9c34c25c5237942fd351e7c7ef7.tar DevHive-184396f4782af9c34c25c5237942fd351e7c7ef7.tar.gz DevHive-184396f4782af9c34c25c5237942fd351e7c7ef7.zip | |
Replaced loading in profile page with loading component
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"> |
