OpenSlides/client/src/app/app.component.html
GabrielMeyer 5f29732e26 Implements the global 'super-search.component'
- Moves the 'spinner.component' to 'site.component'
- Replaces also the 'spinner.service' with an 'overlay.service', that handles all request to
show an element on an overlay.
2019-08-26 11:30:20 +02:00

4 lines
65 B
HTML

<div class="content">
<router-outlet></router-outlet>
</div>