I am attempting to create a dropdown list in Angular containing sub-items (as in the image but with all options selectable). Does anybody please know how to achieve this in Angular using the < select > tag so that I don't have to change other code within my application, as I would if changing to an unordered list etc.
Thanks :)