Hi, I’m trying out the IX components (Angular) for the first time. I have a question: how can I position the menu on the left side and the page content on the right? Currently, the content is appearing below the menu component. Is there an IX-based layout solution for this, or do I need to implement it myself? Thanks!
Solution is:
<ix-application>
<ix-menu>
<ix-menu-item>Test</ix-menu-item>
</ix-menu>
<ix-content>
</ix-content>
</ix-application>
Just dont use the application-header Also checkout the documentation here: Application | Siemens Industrial Experience