I have implemented a template from the link below into my project. So far, everything has been working fine, but recently I noticed that the menu open/close button is malfunctioning. Whenever I click on the close button while on any page (for example, http://localhost:4200/Student
), it redirects to http://localhost:4200/#
instead of closing the menu as expected. Normally, it should work as intended in the AvalonTemplate found at the following link. What could be causing this issue?