Open babbubba opened 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 } ] };
I configured the LayoutModule with menu entries but it doesnt work for me. This is my config: