Embed contents of angular component directly, without wrapper – Html
Let's say I have a grid like so <div style="display:grid; grid-template-columns auto auto;"> <div>Row 1 Col 1</div><div>Row 1 Col 2</div> <div>Row 2 Col 1</div><div>Row 2 Col 2</div> </div> Which comes out looking like this: |Row 1 Col 1|Row 1 Col…