Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

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.

Clone this wiki locally