Angular 2 Responsive Header - Expand/toggle button not working in mobile view
问题 The toggle button appears in mobile view but it's not clickable. In angular appDropdown is used to define a drop down button. Is there a similar approach to fix the toggle button? Unfortunately I cannot show images here but there's another problem with "Administration" drop down button. It changes colour to grey when I hover over the internal <li> (such as "Registration"...). Adding href= "#" removes the unwanted color change but this refreshes the whole page when its clicked. Here's the HTML