Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Created November 13, 2020 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexzuza/05115619b59ab20784cddb57a7a5fd82 to your computer and use it in GitHub Desktop.
Save alexzuza/05115619b59ab20784cddb57a7a5fd82 to your computer and use it in GitHub Desktop.
<div *ngIf="showHelp"
class="context-help-dialog"
(document:click)="documentClicked($event)"
(window:keydown.Escape)="escapedClicked()"
>
{{ content }}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment