Is it possible to build an angular component such that it takes in
<app-parent>
<app-child>Option 1</app-child>
<app-child>Option 2</app-child>
</app-parent>
Where it will parse it out in the HTML DOM and logic that is desired? In this case, a dropdown component.