-
-
Notifications
You must be signed in to change notification settings - Fork 150
Remove sidebar and aside menu toggle buttons. #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Try this:
|
@jblackburn21 Thanks, I got it to work with But there are still some inconsistencies like:
|
I had this same issue and had to manually hide them with CSS |
[asideMenuToggler]="false" |
<app-header
[fixed]="true"
[sidebarToggler]="false"
[asideMenuToggler]="false"
[mobileAsideMenuToggler]="false"
[mobileSidebarToggler]="false">
... this one working perfect.. |
Thanks, it's works for me |
saved my day with the mobile thing, thanks |
@bot101 how did you hide it with css, i don't know how to call the hamburger button from the layout html page |
i want to hide only the one on the left? |
I am not able to hide the sidebar and aside menu toggle buttons.
I tried
<app-header></app-header>
and<app-header sidebarToggler="false" asideMenuToggle="false" mobileAsideMenuToggler="false"></app-header>
, but it doesn't seem to work.Here is a screenshot:

The text was updated successfully, but these errors were encountered: