Skip to content

Instantly share code, notes, and snippets.

@GreenFlag31
Last active August 11, 2023 18:32
Show Gist options
  • Save GreenFlag31/a703af9d016d939ae453464c696b7ed9 to your computer and use it in GitHub Desktop.
Save GreenFlag31/a703af9d016d939ae453464c696b7ed9 to your computer and use it in GitHub Desktop.
HTML of modal component
<div class="modal-wrapper">
<section class="modal" #modal>
<!-- Content will be projected here -->
<ng-content></ng-content>
</section>
<div class="modal-overlay" #overlay (click)="onClose()"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment