Created
November 13, 2020 12:55
-
-
Save alexzuza/526d09bb7f132ade12a0b760f66e325b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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