question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove sidebar and aside menu toggle buttons.

See original GitHub issue

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: screenshot from 2018-04-13 16-22-49

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

42reactions
jblackburn21commented, Apr 16, 2018

Try this:

<app-header [sidebarToggler]=false [asideMenuToggler]=false></app-header>

30reactions
7carloszcommented, Aug 17, 2018

[asideMenuToggler]=“false” [mobileAsideMenuToggler]=“false”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hide side-bar Menu-Toggle when page is loaded
To have the sidebar in its collapsed state when you load the page, you should remove the .toggled class from the element with...
Read more >
Hide or show sidebar
Today goal: hide or show the vertical menu used for navigation. ... <button id="sidebar-toggle">Masquer / Afficher</button>.
Read more >
How to close sidebar by default using Bootstrap
The second method demonstrates a toggling sidebar that remains hidden by default. Clicking the Menu button displays the sidebar and clicking ...
Read more >
How to Open and Close the Sidebar in Angular ... - Syncfusion
toggle () : Method to toggle between open and close states of the Sidebar. In the following sample, toggle method has been used...
Read more >
How to Remove the Sidebar in WordPress - WPBeginner
If you do see a 'Sidebar' option, then click on it and then look for any settings that will remove the sidebar. This...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found