mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* basic ui direction service * direction property * demo shell integration * move the direction in up sidenav layout to allow also the header to reorganize use the configuration editor to change rtl ltr add documenation * Update app.component.html * fix unit tests * fix overlay viewer e2e * fix e2e
5 lines
131 B
HTML
5 lines
131 B
HTML
<div class="adf-demo-app-container">
|
|
<router-outlet></router-outlet>
|
|
<router-outlet name="overlay"></router-outlet>
|
|
</div>
|