Skip to content

Instantly share code, notes, and snippets.

@stepancar
Last active November 5, 2019 15:02
Show Gist options
  • Save stepancar/322cc89147e58e74f9ca1b832e320571 to your computer and use it in GitHub Desktop.
Save stepancar/322cc89147e58e74f9ca1b832e320571 to your computer and use it in GitHub Desktop.
hobasd
<div
class="left">
Left passed content here
<ng-content
select="[left]">
</ng-content>
</div>
<div
class="right">
Right passed content here
<ng-content
select="[right]">
</ng-content>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment