Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created July 31, 2016 00:15
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 matthieu-D/e123d7bddbe2773526632f5ed0e6520c to your computer and use it in GitHub Desktop.
Save matthieu-D/e123d7bddbe2773526632f5ed0e6520c to your computer and use it in GitHub Desktop.
<i (click)='deleteNode(child)' [ngClass]="customClasses.minusIcon || 'fa fa-minus-circle pull-right'"></i>
<i (click)='addNewNode(child)' [ngClass]="customClasses.plusIcon || 'fa fa-plus-square pull-right'"></i>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment