Skip to content

Instantly share code, notes, and snippets.

@Priyesha
Created April 21, 2020 10:50
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 Priyesha/f9a5b6662b8e48f26408bfe906c8e4b6 to your computer and use it in GitHub Desktop.
Save Priyesha/f9a5b6662b8e48f26408bfe906c8e4b6 to your computer and use it in GitHub Desktop.
<div (dblclick)="editNode(node)" class="node" id="{{node.id}}" style="top: 0; left: 50%;">
{{node.name}}
<i (click)="removeNode(node)" class="material-icons close">clear</i>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment