Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Created November 13, 2020 12:55
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/526d09bb7f132ade12a0b760f66e325b to your computer and use it in GitHub Desktop.
Save alexzuza/526d09bb7f132ade12a0b760f66e325b to your computer and use it in GitHub Desktop.
<ng-content></ng-content>
<div class="context-help-container" #container>
<i (click)="showHelp = true;"></i>
<div *ngIf="showHelp" class="context-help-dialog">
{{ content }}
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment