-
Notifications
You must be signed in to change notification settings - Fork 72
Wrapper libraries: Helper components
Ben Grynhaus edited this page Mar 19, 2019
·
1 revision
Helper components are components within @angular-react/core
that handle a specific case of the Angular-React interoperability, like rendering <ng-content>
as React children
, converting <ng-template>
to a render prop and more.
These components should be used by wrapper libraries either directly or through ReactWrapperComponent.
See specific sub-pages for further details and implementations.