You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explore the option of creating a simple generic wrapper components, similar in nature to what projects like react2angular offer (but for Angular 2+), to allow easier usage of React components within Angular. These components would not enjoy the benefit of having a more Angular-y API when exposed to apps, but may be sufficient for some use-cases.
Explore the option of creating a simple generic wrapper components, similar in nature to what projects like
react2angularoffer (but for Angular 2+), to allow easier usage of React components within Angular. These components would not enjoy the benefit of having a more Angular-y API when exposed to apps, but may be sufficient for some use-cases.Prior art
Affected packages
@angular-react/core- or possibly creating a new package for this -@angular-react/generic?