I am pretty new to Angular and have a requirement where I need to read the selected value from a drop-down list and send the selected value to a component while routing. Can som
I believe you are using bootstrap with Angular. Not . An easy solution could be onclick of the link.
html:
Auto Start Auto Shutdown Auto Scale
component.ts:
getSelectedDropdown(link) { alert(link); }