Skip to content

The ix-content is rendering under the ix-application-header and ix-menu #2176

@marko033

Description

@marko033

Prerequisites

  • I have read the Contributing Guidelines.
  • I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

What happened?

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.
I use angular and create one component for header one for menu and then on right side from menu i want show contend of my pages.

What type of frontend framework are you seeing the problem on?

Angular (Standalone)

On which version of the frontend framework are you experiencing the issue?

@angular/[email protected]

Which version of iX do you use?

v3.2.0

Code to produce this issue.

<ix-application>
  <app-header />
  <app-menu />
  <ix-content>
    <router-outlet></router-outlet>
  </ix-content>
</ix-application>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions