Sign in
eclipse
/
openk-usermodules
/
org.eclipse.openk-usermodules.elogbookFE
/
9bc7e47e232e6964c04553bf4dfa4a5e0f899cab
/
.
/
src
/
app
/
app.component.html
blob: fce23c46c2940276c7d0a693bdf816db473dd4d5 [
file
]
<app-main-navigation
*
ngIf
=
"router.url !== '/logout' "
></app-main-navigation>
<app-message-banner
*
ngIf
=
"router.url !== '/logout'"
></app-message-banner>
<router-outlet></router-outlet>