0
I was using SVG in Angular when I needed to put HTML elements inside it. So I first tested it in w3schools. Image with the code and expected result below.
Then I replicated in Angular("xhtml:" nescessário). Image of the code below.
The result in Angular does not show the HTML element 'select'. But if you notice in the browser code 'select' is present. Screenshot below.
What remains for the element to appear?
Friend what is your intention to use a select within a svg?
– hugocsl
Build a component that has selectable options within it. It is not meant to be a rectangle in the final version if you would not use a <div>.
– Uesley Carossi