Coder Social home page Coder Social logo

Comments (9)

jblackburn21 avatar jblackburn21 commented on July 29, 2024 43

Try this:

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

from coreui-angular.

7carlosz avatar 7carlosz commented on July 29, 2024 30

[asideMenuToggler]="false"
[mobileAsideMenuToggler]="false"

from coreui-angular.

coccor avatar coccor commented on July 29, 2024 23

@jblackburn21 Thanks, I got it to work with
<app-header [sidebarToggler]="false" [asideMenuToggler]="false"></app-header>

But there are still some inconsistencies like:

  1. When providing no inputs <app-header></app-header> , both toggles show, but if I have it full screen on my computer, only the aside toggle works , but if I make the window small both toggles will work. In order to make it work in full screen I have to add e.g. [sidebarToggler]="'lg'"
  2. [fixed]="true" doesn't seem to do anything
  3. [mobileAsideMenuToggler] does something only if set to false. I guess it would be better called hideMobileAsideToggler

from coreui-angular.

rajeshtbabu avatar rajeshtbabu commented on July 29, 2024 3
<app-header 
   [fixed]="true" 
   [sidebarToggler]="false" 
   [asideMenuToggler]="false" 
   [mobileAsideMenuToggler]="false" 
   [mobileSidebarToggler]="false">
...

this one working perfect..

from coreui-angular.

bot101 avatar bot101 commented on July 29, 2024

I had this same issue and had to manually hide them with CSS

from coreui-angular.

vasconce7os avatar vasconce7os commented on July 29, 2024

Try this:

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

Thanks, it's works for me

from coreui-angular.

SEGUL001 avatar SEGUL001 commented on July 29, 2024

@jblackburn21 Thanks, I got it to work with
<app-header [sidebarToggler]="false" [asideMenuToggler]="false"></app-header>

But there are still some inconsistencies like:

  1. When providing no inputs <app-header></app-header> , both toggles show, but if I have it full screen on my computer, only the aside toggle works , but if I make the window small both toggles will work. In order to make it work in full screen I have to add e.g. [sidebarToggler]="'lg'"
  2. [fixed]="true" doesn't seem to do anything
  3. [mobileAsideMenuToggler] does something only if set to false. I guess it would be better called hideMobileAsideToggler

saved my day with the mobile thing, thanks

from coreui-angular.

ngingihy avatar ngingihy commented on July 29, 2024

@bot101 how did you hide it with css, i don't know how to call the hamburger button from the layout html page

from coreui-angular.

ngingihy avatar ngingihy commented on July 29, 2024

i want to hide only the one on the left?

from coreui-angular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.