I want to highlight the button in toolbar when either of the menu is selected in angular
I have implemented a toolbar that has different buttons and those buttons trigger menu which also has buttons with routerLink. I want to highlight the button in toolbar when either of the menu is selected in angula. Consider the below code. I want Employee button to highlight only when either button list is clicked or … Read more