0 Wrapper libraries: Helper components
Ben Grynhaus редактировал(а) эту страницу 2019-03-19 18:15:46 +02:00

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.