I want to include HTML code in a child component. Here's an example of what I'm trying to achieve:
<custom-container><p>Parent content</p></custom-container>
I've seen examples for passing data to a child component, but I'm not sure how to pass actual HTML within my selector. Can anyone help with this?