summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/layout/layout.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-common/src/app/layout/layout.component.html')
-rw-r--r--portal-FE-common/src/app/layout/layout.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/portal-FE-common/src/app/layout/layout.component.html b/portal-FE-common/src/app/layout/layout.component.html
index fa7ada03..4c2bb4d0 100644
--- a/portal-FE-common/src/app/layout/layout.component.html
+++ b/portal-FE-common/src/app/layout/layout.component.html
@@ -36,8 +36,8 @@
-->
- <app-header></app-header>
- <app-tabbar></app-tabbar>
+ <app-header (languageEvent)="setLanguage($event)"></app-header>
+ <app-tabbar [language]="language"></app-tabbar>