Can text wrap around an image in Angular even if they are in separate components? Or do the text and image have to be within the same component for this to work, regardless of whether the image is on the left or right side?
https://i.stack.imgur.com/hdlxD.png
<div class="row">
<app-img></app-img>
<app-copy></app-copy>
</div>