diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 16:07:42 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 16:07:42 +0200 |
| commit | 5916079f20c5cd36e4092fd717c1bcc8814670f7 (patch) | |
| tree | 20ee2f50defac7d332a9e7477abf6cc790da219e /src/app/components/profile/profile.component.html | |
| parent | a9358fb8a27cd3d48547f5427797702ee2780de8 (diff) | |
| download | DevHive-Angular-5916079f20c5cd36e4092fd717c1bcc8814670f7.tar DevHive-Angular-5916079f20c5cd36e4092fd717c1bcc8814670f7.tar.gz DevHive-Angular-5916079f20c5cd36e4092fd717c1bcc8814670f7.zip | |
Added navbar component to pages that need it
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"> |
