OpenSlides/client/src/app/app.component.html
GabrielMeyer 376f4e2a31 Implements a mechanism for a fallback theme
- If the previously selected theme is not available the default OpenSlides theme will be displayed.
- Before the current selected theme was loaded, no theme is displayed.
2019-05-07 17:32:28 +02:00

5 lines
109 B
HTML

<div class="content">
<router-outlet></router-outlet>
<os-global-spinner></os-global-spinner>
</div>