react2angular
react2angular copied to clipboard
How can I render children inside the react component?
Hi, I'm trying to figure out how can I make my react components more flexible. I'd like to achieve something like this inside my angular.js template.
<div>
<myReactComponent>
<p>Text<p/>
</myReactComponent>
</div>
Is this something you were able to figure out? I am running in to the same problem of trying to utilize ng-content
within react.
@EmBeaux nope, this is the biggest constraint in this package so I'm considering other options right now.