mledour / angular-admin-lte

AdminLte for Angular 2
https://mika-el.github.io/angular-admin-lte/
MIT License
112 stars 77 forks source link

Left Sidebar menu doesnt work #50

Open babbubba opened 5 years ago

babbubba commented 5 years ago

I configured the LayoutModule with menu entries but it doesnt work for me. This is my config:

export var adminLteConf = {
  skin: 'blue',
  layout: 'fixed',
  sidebarLeftMenu: [
    { label: 'Navigazione', separator: true },
    { label: 'Home', route: '/', iconClasses: 'fa fa-th', separator: false },
    { label: 'Ingredienti', route: 'ingredients', iconClasses: 'fa fa-th', separator: false }
  ]
};