We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
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.
ng-content
Sorry, something went wrong.
@EmBeaux nope, this is the biggest constraint in this package so I'm considering other options right now.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: